summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2015-06-15 22:19:47 +0000
committerFilipe Cabecinhas <me@filcab.net>2015-06-15 22:19:47 +0000
commit733dc277811f25c1f4f8674426265388f338252e (patch)
tree9c9ac78ea728687e301954dff42b9fd5bb97552e
parent9c6cbe5952705961021f3a67c9ca93d10a925ba5 (diff)
downloadcompiler-rt-733dc277811f25c1f4f8674426265388f338252e.tar.gz
[ASan tests] Leftover that didn't get reverted in r239754
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@239773 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc b/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc
index 3fea308d5..fbdb1c145 100644
--- a/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc
+++ b/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc
@@ -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.