summaryrefslogtreecommitdiff
path: root/lib/Test/Simple
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2002-03-12 16:04:23 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-12 15:16:05 +0000
commit7530c94cc4e2a136116a8545073135072061ee62 (patch)
tree7376fd5b9b71af76edfabb6df047e01bc8625280 /lib/Test/Simple
parent659293e7d4ba44b453d05b6b3c67d48aae91bc49 (diff)
downloadperl-7530c94cc4e2a136116a8545073135072061ee62.tar.gz
Disambiguate "Can't locate"
Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@15200
Diffstat (limited to 'lib/Test/Simple')
-rw-r--r--lib/Test/Simple/t/fail-more.t4
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