summaryrefslogtreecommitdiffstats
path: root/test/Sema/floating-point-compare.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/floating-point-compare.c')
-rw-r--r--test/Sema/floating-point-compare.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Sema/floating-point-compare.c b/test/Sema/floating-point-compare.c
index 763a8f4..9888105 100644
--- a/test/Sema/floating-point-compare.c
+++ b/test/Sema/floating-point-compare.c
@@ -13,11 +13,11 @@ int f3(float x) {
}
int f4(float x) {
- return x == 0.0; // no-warning {{comparing}}
+ return x == 0.0; // no-warning {{comparing}}
}
int f5(float x) {
- return x == __builtin_inf(); // no-warning
+ return x == __builtin_inf(); // no-warning
}
int f7(float x) {
OpenPOWER on IntegriCloud