diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-10-26 11:52:46 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-10-26 11:52:46 +0000 |
commit | 65ff66fc0a6ee149618151ba533f4aac04969309 (patch) | |
tree | 3f0bee23dd851c7f31526df3471286cd64439262 /t | |
parent | 0a75904b806e52eae8a54feaebd1661bb58649d4 (diff) | |
download | perl-65ff66fc0a6ee149618151ba533f4aac04969309.tar.gz |
Multiple versions of OpenBSD fail this test, not just 3.7.
p4raw-id: //depot/perl@25855
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 d35bf5c2f5..0b9e94e772 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< >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd:3.7 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< >%.0g< >12345.6789< >1e+04< >%#.0g< >12345.6789< >1.e+04< >%.2g< >12345.6789< >1.2e+04< |