summaryrefslogtreecommitdiffstats
path: root/test/Analysis/domtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/domtest.c')
-rw-r--r--test/Analysis/domtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/domtest.c b/test/Analysis/domtest.c
index 0f370db..dd72117 100644
--- a/test/Analysis/domtest.c
+++ b/test/Analysis/domtest.c
@@ -1,5 +1,5 @@
// RUN: rm -f %t
-// RUN: %clang -cc1 -analyze -analyzer-checker=debug.DumpDominators %s > %t 2>&1
+// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpDominators %s > %t 2>&1
// RUN: FileCheck --input-file=%t %s
// Test the DominatorsTree implementation with various control flows
OpenPOWER on IntegriCloud