summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/heapalloc_uaf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Windows/heapalloc_uaf.cc')
-rw-r--r--test/asan/TestCases/Windows/heapalloc_uaf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/heapalloc_uaf.cc b/test/asan/TestCases/Windows/heapalloc_uaf.cc
index 9aee5bbda..e0f1f8657 100644
--- a/test/asan/TestCases/Windows/heapalloc_uaf.cc
+++ b/test/asan/TestCases/Windows/heapalloc_uaf.cc
@@ -1,4 +1,4 @@
-// RUN: %clang_cl_asan -O0 %s -Fe%t
+// RUN: %clang_cl_asan -Od %s -Fe%t
// RUN: %env_asan_opts=windows_hook_rtl_allocators=true not %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: asan-64-bits
#include <windows.h>