Add missing %run to test to fix AArch64 buildbot
authorReid Kleckner <rnk@google.com>
Fri, 11 Nov 2016 18:11:33 +0000 (18:11 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 11 Nov 2016 18:11:33 +0000 (18:11 +0000)
llvm-svn: 286609

compiler-rt/test/asan/TestCases/exitcode.cc

index 35d1d02..8ede581 100644 (file)
@@ -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