[ASan tests] Leftover that didn't get reverted in r239754
authorFilipe Cabecinhas <me@filcab.net>
Mon, 15 Jun 2015 22:19:47 +0000 (22:19 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Mon, 15 Jun 2015 22:19:47 +0000 (22:19 +0000)
llvm-svn: 239773

compiler-rt/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc

index 3fea308..fbdb1c1 100644 (file)
@@ -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.