Skip to content

Commit 1e00bb1

Browse files
authored
[sanitizer] actually run preadv2 test (#133529)
it seems the %run was accidentally omitted, otherwise the `assert` calls would not make sense
1 parent 1462c26 commit 1e00bb1

File tree

1 file changed

+1
-1
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Linux

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/preadv2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -O0 %s -o %t
1+
// RUN: %clangxx -O0 %s -o %t && %run %t
22

33
// REQUIRES: glibc
44

0 commit comments

Comments
 (0)