diff options
Diffstat (limited to 'clang/test/Analysis/max-nodes-suppress-on-sink.c')
-rw-r--r-- | clang/test/Analysis/max-nodes-suppress-on-sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/max-nodes-suppress-on-sink.c b/clang/test/Analysis/max-nodes-suppress-on-sink.c index c45bee8203d..8d955b91c1e 100644 --- a/clang/test/Analysis/max-nodes-suppress-on-sink.c +++ b/clang/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. |