[PATCH] Syncing with Test::Simple 0.19
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / extra.t
index 9d54894..e01240a 100644 (file)
@@ -32,6 +32,7 @@ my($out, $err) = Test::Simple::Catch::caught();
 
 Test::Simple->import(tests => 3);
 
+#line 30
 ok(1, 'Foo');
 ok(0, 'Bar');
 ok(1, 'Yar');