summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/plist-output.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/plist-output.m')
-rw-r--r--clang/test/Analysis/plist-output.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/plist-output.m b/clang/test/Analysis/plist-output.m
index 971d47654fd..7f49340b788 100644
--- a/clang/test/Analysis/plist-output.m
+++ b/clang/test/Analysis/plist-output.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -analyze -analyzer-experimental-internal-checks -checker-cfref -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-output=plist -o - %s | FileCheck %s
+// RUN: clang -cc1 -analyze -analyzer-experimental-internal-checks -checker-cfref -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-output=plist -o - %s | FileCheck %s
void test_null_init(void) {
int *p = 0;
OpenPOWER on IntegriCloud