Change another test I missed in r365724

llvm-svn: 365725
This commit is contained in:
Nico Weber
2019-07-11 01:21:17 +00:00
parent da233838c9
commit e837847ec6

View File

@@ -1,4 +1,4 @@
// RUN: %clang_cl_asan /Gw /O0 %s /Fe%t.exe
// RUN: %clang_cl_asan /Gw /Od %s /Fe%t.exe
// RUN: %env_asan_opts=report_globals=2 %t.exe 2>&1 | FileCheck %s --check-prefix=NOSTRIP
// RUN: %clang_cl_asan /Gw /O2 %s /Fe%t.exe -link -opt:ref
// RUN: %env_asan_opts=report_globals=2 %t.exe 2>&1 | FileCheck %s --check-prefix=STRIP