diff options
author | Greg Fitzgerald <gregf@codeaurora.org> | 2014-04-30 21:34:17 +0000 |
---|---|---|
committer | Greg Fitzgerald <gregf@codeaurora.org> | 2014-04-30 21:34:17 +0000 |
commit | 226741d639dcde8838728f590fe0d2fd0c339d32 (patch) | |
tree | d4ebc5d36c6d8c6902c43fdad2bc03637eb2df5d /test/tsan/tiny_race.c | |
parent | 16bae2463f98c0e3988b3bd94fce5012ae6a68ba (diff) | |
download | compiler-rt-226741d639dcde8838728f590fe0d2fd0c339d32.tar.gz |
Add %run to all lit tests
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@207709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/tiny_race.c')
-rw-r--r-- | test/tsan/tiny_race.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/tiny_race.c b/test/tsan/tiny_race.c index f77e1606c..9d8422480 100644 --- a/test/tsan/tiny_race.c +++ b/test/tsan/tiny_race.c @@ -1,4 +1,4 @@ -// RUN: %clang_tsan -O1 %s -o %t && not %t 2>&1 | FileCheck %s +// RUN: %clang_tsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s #include <pthread.h> #include <unistd.h> |