summaryrefslogtreecommitdiff
path: root/test/Analysis/range_casts.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/range_casts.c')
-rw-r--r--test/Analysis/range_casts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/range_casts.c b/test/Analysis/range_casts.c
index 682369cce66ff..a01ab5d520975 100644
--- a/test/Analysis/range_casts.c
+++ b/test/Analysis/range_casts.c
@@ -1,5 +1,5 @@
// This test checks that intersecting ranges does not cause 'system is over constrained' assertions in the case of eg: 32 bits unsigned integers getting their range from 64 bits signed integers.
-// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-store=region -verify %s
+// RUN: %clang_analyze_cc1 -triple x86_64-pc-linux-gnu -analyzer-checker=core,debug.ExprInspection -analyzer-store=region -verify %s
void clang_analyzer_warnIfReached();