[compiler-rt] r286609 - Add missing %run to test to fix AArch64 buildbot
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 11 10:11:33 PST 2016
Author: rnk
Date: Fri Nov 11 12:11:33 2016
New Revision: 286609
URL: http://llvm.org/viewvc/llvm-project?rev=286609&view=rev
Log:
Add missing %run to test to fix AArch64 buildbot
Modified:
compiler-rt/trunk/test/asan/TestCases/exitcode.cc
Modified: compiler-rt/trunk/test/asan/TestCases/exitcode.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/exitcode.cc?rev=286609&r1=286608&r2=286609&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/exitcode.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/exitcode.cc Fri Nov 11 12:11:33 2016
@@ -1,5 +1,5 @@
// RUN: %clangxx_asan -g %stdcxx11 -Wno-deprecated-declarations %s -o %t
-// RUN: %env_asan_opts=exitcode=42 %t | FileCheck %s
+// RUN: %env_asan_opts=exitcode=42 %run %t | FileCheck %s
// CHECK: got expected 42 exit code
More information about the llvm-commits
mailing list