From 31f5e3239bb55c4356d7c595f3c1261faf94426e Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 23 Sep 2011 11:43:37 +0200 Subject: [PATCH] Correct the expected results for the first perlio warnings subtest. --- t/lib/warnings/perlio | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/lib/warnings/perlio b/t/lib/warnings/perlio index a53bece..d90453b 100644 --- a/t/lib/warnings/perlio +++ b/t/lib/warnings/perlio @@ -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] -- 1.8.3.1