summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp
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/ubsan/TestCases/Integer/uincdec-overflow.cpp
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/ubsan/TestCases/Integer/uincdec-overflow.cpp')
-rw-r--r--compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp b/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp
index a14bd6a776f..a236d21fcf1 100644
--- a/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp
@@ -1,7 +1,7 @@
-// RUN: %clangxx -DOP=n++ -fsanitize=unsigned-integer-overflow %s -o %t && %t 2>&1 | FileCheck --check-prefix=CHECK-INC %s
-// RUN: %clangxx -DOP=++n -fsanitize=unsigned-integer-overflow %s -o %t && %t 2>&1 | FileCheck --check-prefix=CHECK-INC %s
-// RUN: %clangxx -DOP=m-- -fsanitize=unsigned-integer-overflow %s -o %t && %t 2>&1 | FileCheck --check-prefix=CHECK-DEC %s
-// RUN: %clangxx -DOP=--m -fsanitize=unsigned-integer-overflow %s -o %t && %t 2>&1 | FileCheck --check-prefix=CHECK-DEC %s
+// RUN: %clangxx -DOP=n++ -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck --check-prefix=CHECK-INC %s
+// RUN: %clangxx -DOP=++n -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck --check-prefix=CHECK-INC %s
+// RUN: %clangxx -DOP=m-- -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck --check-prefix=CHECK-DEC %s
+// RUN: %clangxx -DOP=--m -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck --check-prefix=CHECK-DEC %s
#include <stdint.h>
OpenPOWER on IntegriCloud