projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
15db8fc
)
Missing) in #11912.
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:15:59 +0000 (13:15 +0000)]
p4raw-id: //depot/perl@11913
lib/Test/Simple/t/fail.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple/t/fail.t
b/lib/Test/Simple/t/fail.t
index
9220271
..
c101a71
100644
(file)
--- 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;