diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-22 08:36:33 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-22 08:36:33 +0000 |
commit | ea071790f97e6ff13db5783273c1dae5751ab043 (patch) | |
tree | 9f27094dc8245ea6c79e88cf235006fddbc40f3f /t/op/override.t | |
parent | a6b9a15308fcb171e225c1d3fcbcdd25cdd852bc (diff) | |
download | perl-ea071790f97e6ff13db5783273c1dae5751ab043.tar.gz |
Revert #15200 for backwards compatiblity reasons.
p4raw-id: //depot/perl@15411
Diffstat (limited to 't/op/override.t')
-rwxr-xr-x | t/op/override.t | 2 |
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"; } |