From cb26d8ba64232f03b2fd70f760cb5b474500f681 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 6 Sep 2001 13:15:59 +0000 Subject: [PATCH] Missing) in #11912. p4raw-id: //depot/perl@11913 --- lib/Test/Simple/t/fail.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4