[cfe-commits] r44450 - /cfe/trunk/test/Lexer/11-27-2007-FloatLiterals.c
Christopher Lamb
christopher.lamb at gmail.com
Thu Nov 29 22:35:49 PST 2007
Author: clamb
Date: Fri Nov 30 00:35:48 2007
New Revision: 44450
URL: http://llvm.org/viewvc/llvm-project?rev=44450&view=rev
Log:
Doh! Check in this long overdue test fix.
Modified:
cfe/trunk/test/Lexer/11-27-2007-FloatLiterals.c
Modified: cfe/trunk/test/Lexer/11-27-2007-FloatLiterals.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/11-27-2007-FloatLiterals.c?rev=44450&r1=44449&r2=44450&view=diff
==============================================================================
--- cfe/trunk/test/Lexer/11-27-2007-FloatLiterals.c (original)
+++ cfe/trunk/test/Lexer/11-27-2007-FloatLiterals.c Fri Nov 30 00:35:48 2007
@@ -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;
More information about the cfe-commits
mailing list