[ASan tests] Leftover that didn't get reverted in r239754
llvm-svn: 239773
This commit is contained in:
parent
58af6d1594
commit
0ff92e6e3e
|
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clang_cl_asan -LD -O0 -DDLL %s -Fe%t.dll
|
||||
// RUN: %clang_cl_asan -O0 -DEXE %s %t.lib -Fe%te.exe
|
||||
// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:report_globals=2 %run %te.exe 2>&1 | FileCheck %s
|
||||
// RUN: env ASAN_OPTIONS=report_globals=2 %run %te.exe 2>&1 | FileCheck %s
|
||||
|
||||
// FIXME: Currently, the MT runtime build crashes on startup due to dbghelp.dll
|
||||
// initialization failure.
|
||||
|
|
|
|||
Loading…
Reference in New Issue