diff options
Diffstat (limited to 'test/Sema/rdr6094103-unordered-compare-promote.c')
-rw-r--r-- | test/Sema/rdr6094103-unordered-compare-promote.c | 2 |
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 9991982..7bb363e 100644 --- a/test/Sema/rdr6094103-unordered-compare-promote.c +++ b/test/Sema/rdr6094103-unordered-compare-promote.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -ast-dump %s 2>&1 | grep ImplicitCastExpr | count 2 +// RUN: %clang_cc1 -ast-dump %s 2>&1 | grep ImplicitCastExpr | count 4 int foo (double x, long double y) { // There needs to be an implicit cast on x here. |