Clear up test based on line number differences between the core and the
Steve Peters [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

index 81eeae6..b79f2e5 100644 (file)
@@ -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");