[sanitizer] actually run preadv2 test (#133529)

it seems the %run was accidentally omitted, otherwise the `assert` calls
would not make sense
This commit is contained in:
Florian Mayer 2025-03-28 16:31:38 -07:00 committed by GitHub
parent 1462c26a9f
commit 1e00bb16f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
// RUN: %clangxx -O0 %s -o %t
// RUN: %clangxx -O0 %s -o %t && %run %t
// REQUIRES: glibc