diff options
Diffstat (limited to 'lib/tsan/lit_tests/fd_location.cc')
-rw-r--r-- | lib/tsan/lit_tests/fd_location.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsan/lit_tests/fd_location.cc b/lib/tsan/lit_tests/fd_location.cc index 35f9aabb03773..2b1e9c56e3612 100644 --- a/lib/tsan/lit_tests/fd_location.cc +++ b/lib/tsan/lit_tests/fd_location.cc @@ -1,4 +1,4 @@ -// RUN: %clangxx_tsan -O1 %s -o %t && %t 2>&1 | FileCheck %s +// RUN: %clangxx_tsan -O1 %s -o %t && not %t 2>&1 | FileCheck %s #include <pthread.h> #include <stdio.h> #include <unistd.h> |