Upgrade to Test-Harness-3.17
[p5sagit/p5-mst-13.2.git] / ext / Test-Harness / t / source_tests / harness_failure
index d8b0add..a36e5c1 100644 (file)
@@ -4,4 +4,8 @@ print <<'END_TESTS';
 1..2
 ok 1 - this is a test
 not ok 2 - this is another test
+#   Failed test 'this is another test'
+#   in harness_failure.t at line 5.
+#          got: 'waffle'
+#     expected: 'yarblokos'
 END_TESTS