From: Steve Peters Date: Mon, 10 Jul 2006 00:29:02 +0000 (+0000) Subject: Clear up test based on line number differences between the core and the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0295a53a2a0d7b08c078ea9d195ec919c7df2a35;p=p5sagit%2Fp5-mst-13.2.git Clear up test based on line number differences between the core and the Test-Simple version. p4raw-id: //depot/perl@28519 --- diff --git a/lib/Test/Simple/t/tbt_01basic.t b/lib/Test/Simple/t/tbt_01basic.t index 81eeae6..b79f2e5 100644 --- 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");