This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ddf955
)
VMS needs the meta-quoted version of $0
author
Craig A. Berry
<craigberry@mac.com>
Sun, 8 Jan 2006 22:14:13 +0000
(22:14 +0000)
committer
Craig A. Berry
<craigberry@mac.com>
Sun, 8 Jan 2006 22:14:13 +0000
(22:14 +0000)
p4raw-id: //depot/perl@26743
lib/Test/Simple/t/is_deeply_fail.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple/t/is_deeply_fail.t
b/lib/Test/Simple/t/is_deeply_fail.t
index
efbbddd
..
94ece33
100644
(file)
--- a/
lib/Test/Simple/t/is_deeply_fail.t
+++ b/
lib/Test/Simple/t/is_deeply_fail.t
@@
-364,7
+364,7
@@
ERR
ok !is_deeply( $glob1, $glob2 ), 'typeglobs';
is( $out, "not ok 28\n" );
like( $err, <<ERR, ' right diagnostic' );
-# Failed test in $
0
at line 357.
+# Failed test in $
Filename
at line 357.
# Structures begin differing at:
# \\\$got = GLOB\\(0x[0-9a-f]+\\)
# \\\$expected = GLOB\\(0x[0-9a-f]+\\)