projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6143965
)
t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 14 Oct 2002 14:49:54 +0000
(17:49 +0300)
committer
hv
<hv@crypt.org>
Sun, 20 Oct 2002 13:57:06 +0000
(13:57 +0000)
Message-ID: <
20021014114954
.GB80937@lyta.hut.fi>
p4raw-id: //depot/perl@18037
t/op/pack.t
patch
|
blob
|
history
diff --git
a/t/op/pack.t
b/t/op/pack.t
index
b7968df
..
663db48
100755
(executable)
--- a/
t/op/pack.t
+++ b/
t/op/pack.t
@@
-182,7
+182,7
@@
sub list_eq ($$) {
my $inf = eval '2**10000';
skip "Couldn't generate infinity - got error '$@'"
- unless defined $inf and $inf == $inf / 2;
+ unless defined $inf and $inf == $inf / 2
and $inf + 1 == $inf
;
eval { $x = pack 'w', $inf };
like ($@, qr/^Cannot compress integer/);