summaryrefslogtreecommitdiffstats
path: root/test/PCH/floating-literal.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/floating-literal.c')
-rw-r--r--test/PCH/floating-literal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/floating-literal.c b/test/PCH/floating-literal.c
index 7bf10d4..738e45a 100644
--- a/test/PCH/floating-literal.c
+++ b/test/PCH/floating-literal.c
@@ -7,12 +7,12 @@
// targets with 128-bit IEEE long doubles.
long double foo = 1.0E4000L;
-// CHECK: long double foo = 1.0E+4000L;
+// CHECK: long double foo = 1.00000000000000000000000000000000004E+4000L;
// Just as well check the others are still sane while we're here...
double bar = 1.0E300;
-// CHECK: double bar = 1.0E+300;
+// CHECK: double bar = 1.0000000000000001E+300;
float wibble = 1.0E40;
// CHECK: float wibble = 1.0E+40;
OpenPOWER on IntegriCloud