summaryrefslogtreecommitdiff
path: root/t/op/sprintf.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/sprintf.t')
-rwxr-xr-xt/op/sprintf.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sprintf.t b/t/op/sprintf.t
index 3881aec771..269489f5f2 100755
--- a/t/op/sprintf.t
+++ b/t/op/sprintf.t
@@ -323,7 +323,7 @@ __END__
>%g< >12345.6789< >12345.7<
>%+g< >12345.6789< >+12345.7<
>%#g< >12345.6789< >12345.7<
->%.0g< >-0.0< >-0< >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd netbsd:1.5 irix<
+>%.0g< >-0.0< >-0< >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd netbsd:1.5 irix darwin<
>%.0g< >12345.6789< >1e+04<
>%#.0g< >12345.6789< >1.e+04<
>%.2g< >12345.6789< >1.2e+04<