forked from OSchip/llvm-project
Add missing %run to test to fix AArch64 buildbot
llvm-svn: 286609
This commit is contained in:
parent
2a2bc7293e
commit
359fafe74c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue