This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct the expected results for the first perlio warnings subtest.
authorNicholas Clark <nick@ccl4.org>
Fri, 23 Sep 2011 09:43:37 +0000 (11:43 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 23 Sep 2011 09:43:37 +0000 (11:43 +0200)
t/lib/warnings/perlio

index a53bece..d90453b 100644 (file)
@@ -32,7 +32,8 @@ unshift @INC, sub {
 };
 require Symbol; # doesn't matter whether it exists or no
 EXPECT
-Recursive call to Perl_load_module in PerlIO_find_layer at -e line 2.
+Recursive call to Perl_load_module in PerlIO_find_layer at - line 5.
+BEGIN failed--compilation aborted.
 ########
 
 # perlio [PerlIO_parse_layers]