summaryrefslogtreecommitdiff
path: root/test/ubsan
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2015-10-12 16:33:40 +0000
committerFilipe Cabecinhas <me@filcab.net>2015-10-12 16:33:40 +0000
commit5f9ceb98e38aa371b74a803184d398fc31d4b14e (patch)
tree15fef4854bf0ffd534c722a8f22d99c5624c28ed /test/ubsan
parenta4ae4a172b994e9f11dbd0b262bfb0c2a6c0eaec (diff)
[ubsan] Invoke test program using %run.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@250063 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan')
-rw-r--r--test/ubsan/TestCases/Integer/summary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ubsan/TestCases/Integer/summary.cpp b/test/ubsan/TestCases/Integer/summary.cpp
index e954af936..584323692 100644
--- a/test/ubsan/TestCases/Integer/summary.cpp
+++ b/test/ubsan/TestCases/Integer/summary.cpp
@@ -1,6 +1,6 @@
// RUN: %clangxx -fsanitize=integer %s -o %t
// RUN: %t 2>&1 | FileCheck %s --check-prefix=CHECK-NOTYPE
-// RUN: %env_ubsan_opts=report_error_type=1 %t 2>&1 | FileCheck %s --check-prefix=CHECK-TYPE
+// RUN: %env_ubsan_opts=report_error_type=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-TYPE
// REQUIRES: ubsan-asan
#include <stdint.h>