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 0c84da26b04..6adc2283453 100644
--- a/clang/test/Sema/floating-point-compare.c
+++ b/clang/test/Sema/floating-point-compare.c
@@ -1,4 +1,4 @@
-// RUN: clang -parse-ast -verify %s
+// RUN: clang -fsyntax-only -verify %s
int foo(float x, float y) {
return x == y; // expected-warning {{comparing floating point with ==}}
OpenPOWER on IntegriCloud