Change 11913 by jhi@alpha on 2001/09/06 13:15:59
Missing) in #11912.
Affected files ...
... //depot/perl/lib/Test/Simple/t/fail.t#6 edit
Differences ...
==== //depot/perl/lib/Test/Simple/t/fail.t#6 (text) ====
Index: perl/lib/Test/Simple/t/fail.t
--- perl/lib/Test/Simple/t/fail.t.~1~ Thu Sep 6 07:30:05 2001
+++ perl/lib/Test/Simple/t/fail.t Thu Sep 6 07:30:05 2001
@@ -51,7 +51,7 @@
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;
End of Patch.