summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/debug-CallGraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/debug-CallGraph.c')
-rw-r--r--clang/test/Analysis/debug-CallGraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/debug-CallGraph.c b/clang/test/Analysis/debug-CallGraph.c
index 3488227605a..9f3865b35a4 100644
--- a/clang/test/Analysis/debug-CallGraph.c
+++ b/clang/test/Analysis/debug-CallGraph.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCallGraph %s -fblocks 2>&1 | FileCheck %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=debug.DumpCallGraph %s -fblocks 2>&1 | FileCheck %s
int get5() {
return 5;
OpenPOWER on IntegriCloud