summaryrefslogtreecommitdiff
path: root/t/op/override.t
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2002-03-22 08:36:33 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-22 08:36:33 +0000
commitea071790f97e6ff13db5783273c1dae5751ab043 (patch)
tree9f27094dc8245ea6c79e88cf235006fddbc40f3f /t/op/override.t
parenta6b9a15308fcb171e225c1d3fcbcdd25cdd852bc (diff)
downloadperl-ea071790f97e6ff13db5783273c1dae5751ab043.tar.gz
Revert #15200 for backwards compatiblity reasons.
p4raw-id: //depot/perl@15411
Diffstat (limited to 't/op/override.t')
-rwxr-xr-xt/op/override.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/override.t b/t/op/override.t
index e9e62a0e85..1a4e5e02f8 100755
--- a/t/op/override.t
+++ b/t/op/override.t
@@ -67,7 +67,7 @@ print "ok 10\n";
local(*CORE::GLOBAL::require);
$r = '';
eval "require NoNeXiSt;";
- print "not " if $r or $@ !~ /^Can't locate file NoNeXiSt/i;
+ print "not " if $r or $@ !~ /^Can't locate NoNeXiSt/i;
print "ok 11\n";
}