diff options
author | Dominic Dunlop <domo@computer.org> | 2005-08-03 14:19:03 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-03 10:30:54 +0000 |
commit | d1c6f4168dbc2b6cbaafd5532dcfb70575e844b9 (patch) | |
tree | 02e582905f5887184be61c493b529cfd9372d4a5 /t | |
parent | 838401faa76ac1b1bfd353d5b99de6474b9468fd (diff) | |
download | perl-d1c6f4168dbc2b6cbaafd5532dcfb70575e844b9.tar.gz |
Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
p4raw-id: //depot/perl@25264
Diffstat (limited to 't')
-rwxr-xr-x | t/op/sprintf.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sprintf.t b/t/op/sprintf.t index 592aed4d7b..d35bf5c2f5 100755 --- a/t/op/sprintf.t +++ b/t/op/sprintf.t @@ -310,7 +310,7 @@ __END__ >%g< >12345.6789< >12345.7< >%+g< >12345.6789< >+12345.7< >%#g< >12345.6789< >12345.7< ->%.0g< >-0.0< >-0< >No minus skip: MSWin32 VMS hpux:10.20< +>%.0g< >-0.0< >-0< >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd:3.7 netbsd:1.5 irix< >%.0g< >12345.6789< >1e+04< >%#.0g< >12345.6789< >1.e+04< >%.2g< >12345.6789< >1.2e+04< |