summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/expr-inspection.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/expr-inspection.c')
-rw-r--r--clang/test/Analysis/expr-inspection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/expr-inspection.c b/clang/test/Analysis/expr-inspection.c
index 1e21efb4eff..69e18cb1e68 100644
--- a/clang/test/Analysis/expr-inspection.c
+++ b/clang/test/Analysis/expr-inspection.c
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=debug.ExprInspection -verify %s 2>&1 | FileCheck %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=debug.ExprInspection -verify %s 2>&1 | FileCheck %s
// Self-tests for the debug.ExprInspection checker.
OpenPOWER on IntegriCloud