From: Reid Kleckner Date: Fri, 11 Nov 2016 18:11:33 +0000 (+0000) Subject: Add missing %run to test to fix AArch64 buildbot X-Git-Tag: llvmorg-4.0.0-rc1~4888 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=359fafe74c710de4e3514f4c7a711250f2b5df54;p=platform%2Fupstream%2Fllvm.git Add missing %run to test to fix AArch64 buildbot llvm-svn: 286609 --- diff --git a/compiler-rt/test/asan/TestCases/exitcode.cc b/compiler-rt/test/asan/TestCases/exitcode.cc index 35d1d02..8ede581 100644 --- a/compiler-rt/test/asan/TestCases/exitcode.cc +++ b/compiler-rt/test/asan/TestCases/exitcode.cc @@ -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