X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FTutorial.pod;h=b730918c75555979f32b62209607337fabbe8903;hb=eb82025626458906d2bbe72f51b033c03e0a590d;hp=7a6c084d3111a438ee02f2963cfccf377cf906b9;hpb=30e302f80e1dae1c92a646f938e88ba8e186469a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Test/Tutorial.pod b/lib/Test/Tutorial.pod index 7a6c084..b730918 100644 --- a/lib/Test/Tutorial.pod +++ b/lib/Test/Tutorial.pod @@ -174,7 +174,7 @@ run that and you get: # Looks like you failed 1 tests of 8. Whoops, a failure! [4] Test::Simple helpfully lets us know on what line -the failure occured, but not much else. We were supposed to get 17, +the failure occurred, but not much else. We were supposed to get 17, but we didn't. What did we get?? Dunno. We'll have to re-run the test in the debugger or throw in some print statements to find out.