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 | b8aae5405b968753461082c0d78308b91f113256 (patch) | |
tree | f97c6b6b5a432a27d5e562e4f125e047d514d330 /compiler-rt/test/msan/unpoison_string.cc | |
parent | 414b6fb1701e321354bdccade60dd36c5ba62e4a (diff) | |
download | bcm5719-llvm-b8aae5405b968753461082c0d78308b91f113256.tar.gz bcm5719-llvm-b8aae5405b968753461082c0d78308b91f113256.zip |
Add %run to all lit tests
llvm-svn: 207709
Diffstat (limited to 'compiler-rt/test/msan/unpoison_string.cc')
-rw-r--r-- | compiler-rt/test/msan/unpoison_string.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/msan/unpoison_string.cc b/compiler-rt/test/msan/unpoison_string.cc index 089616df060..ac947b9cf6f 100644 --- a/compiler-rt/test/msan/unpoison_string.cc +++ b/compiler-rt/test/msan/unpoison_string.cc @@ -1,7 +1,7 @@ // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O0 %s -o %t -// RUN: %t +// RUN: %run %t // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O3 %s -o %t -// RUN: %t +// RUN: %run %t #include <assert.h> #include <string.h> |