summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/range_casts.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/range_casts.c')
-rw-r--r--clang/test/Analysis/range_casts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/range_casts.c b/clang/test/Analysis/range_casts.c
index a01ab5d5209..682369cce66 100644
--- a/clang/test/Analysis/range_casts.c
+++ b/clang/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_analyze_cc1 -triple x86_64-pc-linux-gnu -analyzer-checker=core,debug.ExprInspection -analyzer-store=region -verify %s
+// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-store=region -verify %s
void clang_analyzer_warnIfReached();
OpenPOWER on IntegriCloud