[asan/lsan] Trying to fix PPC64 and x380x buildbots after r313966

llvm-svn: 313974
This commit is contained in:
Maxim Ostapenko 2017-09-22 10:44:28 +00:00
parent 61e7adef42
commit d0d900d850
1 changed files with 1 additions and 1 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
// REQUIRES: leak-detection
// UNSUPPORTED: android
#include <stdlib.h>
@ -19,4 +20,3 @@ int main() {
}
// CHECK: LeakSanitizer: detected memory leaks
// CHECK: SUMMARY: AddressSanitizer: 20 byte(s) leaked