forked from OSchip/llvm-project
[asan/lsan] Trying to fix buildbots after r313966
llvm-svn: 313967
This commit is contained in:
parent
9d016b773b
commit
c1f0b0ecab
|
@ -3,6 +3,7 @@
|
|||
// RUN: %env_asan_opts="halt_on_error=0" %run %t 2>&1 | FileCheck %s
|
||||
// RUN: %env_asan_opts="halt_on_error=1" not %run %t 2>&1 | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue