diff options
Diffstat (limited to 'test/asan/TestCases/Windows/thread_stress.cc')
-rw-r--r-- | test/asan/TestCases/Windows/thread_stress.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/thread_stress.cc b/test/asan/TestCases/Windows/thread_stress.cc index 74be8d88c..e25cc6a3c 100644 --- a/test/asan/TestCases/Windows/thread_stress.cc +++ b/test/asan/TestCases/Windows/thread_stress.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> |