diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/preadv2.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/preadv2.cpp index 4ec6f9f69078a..11760d3c1bb42 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/preadv2.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/preadv2.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -O0 %s -o %t +// RUN: %clangxx -O0 %s -o %t && %run %t // REQUIRES: glibc