aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/NewDeleteLeaks-PR18394.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/NewDeleteLeaks-PR18394.cpp')
-rw-r--r--test/Analysis/NewDeleteLeaks-PR18394.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/NewDeleteLeaks-PR18394.cpp b/test/Analysis/NewDeleteLeaks-PR18394.cpp
index d0d70375f5a2..5a5b82cf609c 100644
--- a/test/Analysis/NewDeleteLeaks-PR18394.cpp
+++ b/test/Analysis/NewDeleteLeaks-PR18394.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyzer-config graph-trim-interval=1 -analyzer-max-loop 1 -analyze -analyzer-checker=core,cplusplus.NewDeleteLeaks -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-config graph-trim-interval=1 -analyzer-max-loop 1 -analyzer-checker=core,cplusplus.NewDeleteLeaks -verify %s
// expected-no-diagnostics
class A {