summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/realloc_right_oob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Windows/realloc_right_oob.cc')
-rw-r--r--test/asan/TestCases/Windows/realloc_right_oob.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/realloc_right_oob.cc b/test/asan/TestCases/Windows/realloc_right_oob.cc
index f741390bd..57934e478 100644
--- a/test/asan/TestCases/Windows/realloc_right_oob.cc
+++ b/test/asan/TestCases/Windows/realloc_right_oob.cc
@@ -1,4 +1,4 @@
-// RUN: %clang_cl_asan -O0 %s -Fe%t
+// RUN: %clang_cl_asan -Od %s -Fe%t
// RUN: not %run %t 2>&1 | FileCheck %s
#include <malloc.h>