aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/max-nodes-suppress-on-sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/max-nodes-suppress-on-sink.c')
-rw-r--r--test/Analysis/max-nodes-suppress-on-sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/max-nodes-suppress-on-sink.c b/test/Analysis/max-nodes-suppress-on-sink.c
index c45bee8203df..8d955b91c1e3 100644
--- a/test/Analysis/max-nodes-suppress-on-sink.c
+++ b/test/Analysis/max-nodes-suppress-on-sink.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config max-nodes=12 -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config max-nodes=12 -verify %s
// Here we test how "suppress on sink" feature of certain bugtypes interacts
// with reaching analysis limits.