summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/floating-point-compare.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/floating-point-compare.c')
-rw-r--r--clang/test/Sema/floating-point-compare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/floating-point-compare.c b/clang/test/Sema/floating-point-compare.c
index ae0d0fe1509..763a8f4b86b 100644
--- a/clang/test/Sema/floating-point-compare.c
+++ b/clang/test/Sema/floating-point-compare.c
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -Wfloat-equal -verify %s
+// RUN: clang-cc -fsyntax-only -Wfloat-equal -verify %s
int f1(float x, float y) {
return x == y; // expected-warning {{comparing floating point with ==}}
OpenPOWER on IntegriCloud