summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/use-after-scope-if.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/use-after-scope-if.cc')
-rw-r--r--test/asan/TestCases/use-after-scope-if.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/use-after-scope-if.cc b/test/asan/TestCases/use-after-scope-if.cc
index 8779161ee..8180077a0 100644
--- a/test/asan/TestCases/use-after-scope-if.cc
+++ b/test/asan/TestCases/use-after-scope-if.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_asan -O1 -mllvm -asan-use-after-scope=1 %s -o %t && \
+// RUN: %clangxx_asan -O1 -fsanitize-address-use-after-scope %s -o %t && \
// RUN: not %run %t 2>&1 | FileCheck %s
int *p;