diff options
-rw-r--r-- | test/Lexer/11-27-2007-FloatLiterals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/11-27-2007-FloatLiterals.c b/test/Lexer/11-27-2007-FloatLiterals.c index 68f67cf30a..b454d5e68e 100644 --- a/test/Lexer/11-27-2007-FloatLiterals.c +++ b/test/Lexer/11-27-2007-FloatLiterals.c @@ -1,5 +1,5 @@ // RUN: clang %s -emit-llvm 2>&1 | grep 0x3BFD83C940000000 | count 2 -// RUN: clang %s -emit-llvm 2>&1 | grep 0x46A3B8B5B5056E16 | count 2 +// RUN: clang %s -emit-llvm 2>&1 | grep 2.000000e+32 | count 2 float F = 1e-19f; double D = 2e32; |