From 5f9ceb98e38aa371b74a803184d398fc31d4b14e Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Mon, 12 Oct 2015 16:33:40 +0000 Subject: [ubsan] Invoke test program using %run. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@250063 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ubsan/TestCases/Integer/summary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ubsan') 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 -- cgit v1.2.3