diff options
Diffstat (limited to 'clang/test/Sema/floating-point-compare.c')
| -rw-r--r-- | clang/test/Sema/floating-point-compare.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/floating-point-compare.c b/clang/test/Sema/floating-point-compare.c index 763a8f4b86b..9888105518d 100644 --- a/clang/test/Sema/floating-point-compare.c +++ b/clang/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) { |

