summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/bug_hash_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/bug_hash_test.cpp')
-rw-r--r--clang/test/Analysis/bug_hash_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/bug_hash_test.cpp b/clang/test/Analysis/bug_hash_test.cpp
index b73528e88d2..0efcb5f7cdc 100644
--- a/clang/test/Analysis/bug_hash_test.cpp
+++ b/clang/test/Analysis/bug_hash_test.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 -analyze -analyzer-checker=core,debug.DumpBugHash -analyzer-output=plist %s -o %t.plist
+// RUN: %clang_analyze_cc1 -std=c++11 -analyzer-checker=core,debug.DumpBugHash -analyzer-output=plist %s -o %t.plist
// RUN: FileCheck --input-file=%t.plist %s
int function(int p) {
OpenPOWER on IntegriCloud