summaryrefslogtreecommitdiff
path: root/test/Analysis/non-diagnosable-assumptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/non-diagnosable-assumptions.c')
-rw-r--r--test/Analysis/non-diagnosable-assumptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/non-diagnosable-assumptions.c b/test/Analysis/non-diagnosable-assumptions.c
index 50cc8d603b95..44b69bed7c27 100644
--- a/test/Analysis/non-diagnosable-assumptions.c
+++ b/test/Analysis/non-diagnosable-assumptions.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -w -analyze -analyzer-checker=core.DivideZero -analyzer-output=text -verify %s
+// RUN: %clang_analyze_cc1 -w -analyzer-checker=core.DivideZero -analyzer-output=text -verify %s
// This test file verifies the "Assuming..." diagnostic pieces that are being
// reported when the branch condition was too complicated to explain.