summaryrefslogtreecommitdiff
path: root/test/Sema/rdr6094103-unordered-compare-promote.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/rdr6094103-unordered-compare-promote.c')
-rw-r--r--test/Sema/rdr6094103-unordered-compare-promote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/rdr6094103-unordered-compare-promote.c b/test/Sema/rdr6094103-unordered-compare-promote.c
index 7de91f27df..636f770e3e 100644
--- a/test/Sema/rdr6094103-unordered-compare-promote.c
+++ b/test/Sema/rdr6094103-unordered-compare-promote.c
@@ -1,4 +1,4 @@
-// RUN: clang -ast-dump %s 2>&1 | grep ImplicitCastExpr | count 2
+// RUN: clang-cc -ast-dump %s 2>&1 | grep ImplicitCastExpr | count 2
int foo (double x, long double y) {
// There needs to be an implicit cast on x here.