This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b619257
)
Clear up test based on line number differences between the core and the
author
Steve Peters
<steve@fisharerojo.org>
Mon, 10 Jul 2006 00:29:02 +0000
(
00:29
+0000)
committer
Steve Peters
<steve@fisharerojo.org>
Mon, 10 Jul 2006 00:29:02 +0000
(
00:29
+0000)
Test-Simple version.
p4raw-id: //depot/perl@28519
lib/Test/Simple/t/tbt_01basic.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple/t/tbt_01basic.t
b/lib/Test/Simple/t/tbt_01basic.t
index
81eeae6
..
b79f2e5
100644
(file)
--- a/
lib/Test/Simple/t/tbt_01basic.t
+++ b/
lib/Test/Simple/t/tbt_01basic.t
@@
-29,7
+29,7
@@
ok(2,"two");
test_test("multiple tests");
test_out("not ok 1 - should fail");
-test_err("# Failed test ($0 at line
28
)");
+test_err("# Failed test ($0 at line
35
)");
test_err("# got: 'foo'");
test_err("# expected: 'bar'");
is("foo","bar","should fail");