summaryrefslogtreecommitdiffstats
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
commit150def9787c32fb01452b2ed82e01849825958a9 (patch)
treebf04601108b48366d0cfecad595a6eb678c965ca
parent26479c388314c3b552bbb8400bd40cdd8504d743 (diff)
downloadbcm5719-llvm-150def9787c32fb01452b2ed82e01849825958a9.tar.gz
bcm5719-llvm-150def9787c32fb01452b2ed82e01849825958a9.zip
[ubsan] Invoke test program using %run.
llvm-svn: 250063
-rw-r--r--compiler-rt/test/ubsan/TestCases/Integer/summary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Integer/summary.cpp b/compiler-rt/test/ubsan/TestCases/Integer/summary.cpp
index e954af9369a..58432369226 100644
--- a/compiler-rt/test/ubsan/TestCases/Integer/summary.cpp
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud