diff options
Diffstat (limited to 't/op/ver.t')
-rwxr-xr-x | t/op/ver.t | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/t/op/ver.t b/t/op/ver.t index cfbf63a2d5..93ad1f38b8 100755 --- a/t/op/ver.t +++ b/t/op/ver.t @@ -5,7 +5,7 @@ BEGIN { unshift @INC, "../lib"; } -print "1..15\n"; +print "1..14\n"; my $test = 1; @@ -16,9 +16,6 @@ print "ok $test\n"; ++$test; print "not " unless v1.20.300.4000 eq "\x{1}\x{14}\x{12c}\x{fa0}"; print "ok $test\n"; ++$test; -print "not " unless v1.20.300.4000 > 1.0203039 and v1.20.300.4000 < 1.0203041; -print "ok $test\n"; ++$test; - print "not " unless sprintf("%vd", "Perl") eq '80.101.114.108'; print "ok $test\n"; ++$test; |