From: Jarkko Hietaniemi Date: Thu, 6 Sep 2001 13:15:59 +0000 (+0000) Subject: Missing) in #11912. X-Git-Tag: accepted/trunk/20130322.191538~30383 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb26d8ba64232f03b2fd70f760cb5b474500f681;p=platform%2Fupstream%2Fperl.git Missing) in #11912. p4raw-id: //depot/perl@11913 --- diff --git a/lib/Test/Simple/t/fail.t b/lib/Test/Simple/t/fail.t index 9220271..c101a71 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;