[asan/lsan] Trying to fix buildbots after r313966

llvm-svn: 313967
This commit is contained in:
Maxim Ostapenko 2017-09-22 08:23:16 +00:00
parent 9d016b773b
commit c1f0b0ecab
1 changed files with 1 additions and 0 deletions

View File

@ -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>