diff options
Diffstat (limited to 'lib/Test/Simple')
-rw-r--r-- | lib/Test/Simple/t/fail-more.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Simple/t/fail-more.t b/lib/Test/Simple/t/fail-more.t index 29f8eb25ac..3e3f6b3011 100644 --- a/lib/Test/Simple/t/fail-more.t +++ b/lib/Test/Simple/t/fail-more.t @@ -207,10 +207,10 @@ ERR my $more_err_re = <<ERR; # Failed test \\($filename at line 84\\) # Tried to use 'Hooble::mooble::yooble'. -# Error: Can't locate Hooble.* in \\\@INC .* +# Error: Can't locate file Hooble.* in \\\@INC .* # Failed test \\($filename at line 85\\) # Tried to require 'ALL::YOUR::BASE::ARE::BELONG::TO::US::wibble'. -# Error: Can't locate ALL.* in \\\@INC .* +# Error: Can't locate file ALL.* in \\\@INC .* # Looks like you failed $Total tests of $Total. ERR |