summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/use-after-free-right.cc
diff options
context:
space:
mode:
authorGreg Fitzgerald <gregf@codeaurora.org>2014-04-30 21:34:17 +0000
committerGreg Fitzgerald <gregf@codeaurora.org>2014-04-30 21:34:17 +0000
commitb8aae5405b968753461082c0d78308b91f113256 (patch)
treef97c6b6b5a432a27d5e562e4f125e047d514d330 /compiler-rt/test/asan/TestCases/use-after-free-right.cc
parent414b6fb1701e321354bdccade60dd36c5ba62e4a (diff)
downloadbcm5719-llvm-b8aae5405b968753461082c0d78308b91f113256.tar.gz
bcm5719-llvm-b8aae5405b968753461082c0d78308b91f113256.zip
Add %run to all lit tests
llvm-svn: 207709
Diffstat (limited to 'compiler-rt/test/asan/TestCases/use-after-free-right.cc')
-rw-r--r--compiler-rt/test/asan/TestCases/use-after-free-right.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/test/asan/TestCases/use-after-free-right.cc b/compiler-rt/test/asan/TestCases/use-after-free-right.cc
index 88d91f53d24..99525a5e45e 100644
--- a/compiler-rt/test/asan/TestCases/use-after-free-right.cc
+++ b/compiler-rt/test/asan/TestCases/use-after-free-right.cc
@@ -1,7 +1,7 @@
-// RUN: %clangxx_asan -O0 %s -o %t && not %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
-// RUN: %clangxx_asan -O1 %s -o %t && not %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
-// RUN: %clangxx_asan -O2 %s -o %t && not %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
-// RUN: %clangxx_asan -O3 %s -o %t && not %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
+// RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
+// RUN: %clangxx_asan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
+// RUN: %clangxx_asan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
+// RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
// Test use-after-free report in the case when access is at the right border of
// the allocation.
OpenPOWER on IntegriCloud