diff options
Diffstat (limited to 'compiler-rt/lib/tsan/lit_tests/load_shared_lib.cc')
| -rw-r--r-- | compiler-rt/lib/tsan/lit_tests/load_shared_lib.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler-rt/lib/tsan/lit_tests/load_shared_lib.cc b/compiler-rt/lib/tsan/lit_tests/load_shared_lib.cc index dd6fa0964f4..d60cd5700a8 100644 --- a/compiler-rt/lib/tsan/lit_tests/load_shared_lib.cc +++ b/compiler-rt/lib/tsan/lit_tests/load_shared_lib.cc @@ -4,7 +4,7 @@  // RUN: %clangxx_tsan -O1 %p/SharedLibs/load_shared_lib-so.cc \  // RUN:     -fPIC -shared -o %t-so.so -// 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 <dlfcn.h>  #include <pthread.h> | 

