diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-07-10 00:29:02 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-07-10 00:29:02 +0000 |
commit | 0295a53a2a0d7b08c078ea9d195ec919c7df2a35 (patch) | |
tree | 0a5e02929708ef58560343de8112724814a06cad /lib | |
parent | b61925751b0e00d523f52093eaacbf86f1239be5 (diff) | |
download | perl-0295a53a2a0d7b08c078ea9d195ec919c7df2a35.tar.gz |
Clear up test based on line number differences between the core and the
Test-Simple version.
p4raw-id: //depot/perl@28519
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Test/Simple/t/tbt_01basic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Simple/t/tbt_01basic.t b/lib/Test/Simple/t/tbt_01basic.t index 81eeae6713..b79f2e5ef2 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"); |