summaryrefslogtreecommitdiff
path: root/stdio-common/tst-printf.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-03-15 22:08:18 +0000
committerUlrich Drepper <drepper@redhat.com>2002-03-15 22:08:18 +0000
commitc06b947ef189e2fa8bc9586c4010aa2dae6facb9 (patch)
tree188a303976540bf6af6b47aabc71b6d4211bd5aa /stdio-common/tst-printf.sh
parentdff07c4bd402944ea0abb544232541fd9a4c5429 (diff)
Update.
* stdio-common/tst-printf.c (main): Comment out one test which checked the compiler's ability to fold floating-point constants but not really printf. (rfg3): Make s const. * stdio-common/tst-printf.sh: Adjust for removed test.
Diffstat (limited to 'stdio-common/tst-printf.sh')
-rw-r--r--stdio-common/tst-printf.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/stdio-common/tst-printf.sh b/stdio-common/tst-printf.sh
index a3626a7df3..3655558d16 100644
--- a/stdio-common/tst-printf.sh
+++ b/stdio-common/tst-printf.sh
@@ -132,7 +132,6 @@ prefix 6d 6o 6x 6X 6u
1e+06 should be 1e+06
10 should be 10
0.02 should be 0.02
-0.10000000000000009
Test ok.
sprintf (buf, "%07Lo", 040000000000ll) = 40000000000
printf ("%hhu", 257) = 1
@@ -243,7 +242,6 @@ prefix 6d 6o 6x 6X 6u
1e+06 should be 1e+06
10 should be 10
0.02 should be 0.02
-0.10000000000000009
Test ok.
sprintf (buf, "%07Lo", 040000000000ll) = 40000000000
printf ("%hhu", 257) = 1