aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/alloca_underflow_left.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/alloca_underflow_left.cc')
-rw-r--r--test/asan/TestCases/alloca_underflow_left.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/alloca_underflow_left.cc b/test/asan/TestCases/alloca_underflow_left.cc
index 6e7061f7cfe2..8720e8cce24b 100644
--- a/test/asan/TestCases/alloca_underflow_left.cc
+++ b/test/asan/TestCases/alloca_underflow_left.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-allocas %s -o %t
+// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-dynamic-allocas %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s
//