summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/symbols_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Windows/symbols_path.cc')
-rw-r--r--test/asan/TestCases/Windows/symbols_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/symbols_path.cc b/test/asan/TestCases/Windows/symbols_path.cc
index 81ead05c5..f12172761 100644
--- a/test/asan/TestCases/Windows/symbols_path.cc
+++ b/test/asan/TestCases/Windows/symbols_path.cc
@@ -1,6 +1,6 @@
// Make sure symbolization works even if the path to the .exe file changes.
// RUN: mkdir %t || true
-// RUN: %clang_cl_asan -O0 %s -Fe%t/symbols_path.exe
+// RUN: %clang_cl_asan -Od %s -Fe%t/symbols_path.exe
// RUN: not %run %t/symbols_path.exe 2>&1 | FileCheck %s
// RUN: mkdir %t2 || true
// RUN: mv %t/* %t2