summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/thread_stack_reuse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Windows/thread_stack_reuse.cc')
-rw-r--r--test/asan/TestCases/Windows/thread_stack_reuse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/thread_stack_reuse.cc b/test/asan/TestCases/Windows/thread_stack_reuse.cc
index 7da3a807d..e7b12ca2a 100644
--- a/test/asan/TestCases/Windows/thread_stack_reuse.cc
+++ b/test/asan/TestCases/Windows/thread_stack_reuse.cc
@@ -1,4 +1,4 @@
-// RUN: %clang_cl_asan -O0 %s -Fe%t
+// RUN: %clang_cl_asan -Od %s -Fe%t
// RUN: %run %t
#include <windows.h>