diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-06 13:15:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-06 13:15:59 +0000 |
commit | cb26d8ba64232f03b2fd70f760cb5b474500f681 (patch) | |
tree | 8db125d52f0739f0b6acda2bc600db387e0b8e55 /lib/Test | |
parent | 15db8fc4040f40c74bf7ab626bbe4a44cc833b6b (diff) | |
download | perl-cb26d8ba64232f03b2fd70f760cb5b474500f681.tar.gz |
Missing) in #11912.
p4raw-id: //depot/perl@11913
Diffstat (limited to 'lib/Test')
-rw-r--r-- | lib/Test/Simple/t/fail.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Simple/t/fail.t b/lib/Test/Simple/t/fail.t index 92202719dc..c101a71fa0 100644 --- a/lib/Test/Simple/t/fail.t +++ b/lib/Test/Simple/t/fail.t @@ -51,7 +51,7 @@ not ok 4 - oh no! not ok 5 - damnit OUT - My::Test::ok($$err =~ /Looks like you failed 2 tests of 5/; + My::Test::ok($$err =~ /Looks like you failed 2 tests of 5/); # Prevent Test::Simple from exiting with non zero exit 0; |