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:
29a56bd
)
grrr.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 26 Sep 2001 11:58:11 +0000
(11:58 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 26 Sep 2001 11:58:11 +0000
(11:58 +0000)
p4raw-id: //depot/perl@12234
t/op/gv.t
patch
|
blob
|
history
diff --git
a/t/op/gv.t
b/t/op/gv.t
index 8654dc25af17c6c1724afed3c0c04164e9b41369..a423cb49edda1fdf886a6ccfb6dee007d7ef03a9 100755
(executable)
--- a/
t/op/gv.t
+++ b/
t/op/gv.t
@@
-111,7
+111,7
@@
print {*x{IO}} "ok 23\n";
$warn .= $_[0];
};
my $val = *x{FILEHANDLE};
- print {*x{IO}} ($warn =~ /is deprecated/ ? "ok
42\n" : "not ok 42
\n");
+ print {*x{IO}} ($warn =~ /is deprecated/ ? "ok
24\n" : "not ok 24
\n");
}