Add missing %run to test to fix AArch64 buildbot

llvm-svn: 286609
This commit is contained in:
Reid Kleckner 2016-11-11 18:11:33 +00:00
parent 2a2bc7293e
commit 359fafe74c
1 changed files with 1 additions and 1 deletions

View 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