From: Jerry D. Hedden Date: Mon, 1 Jun 2009 14:09:24 +0000 (-0400) Subject: Correct test output for t/op/eval.t (missing newline) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a1562d6aa780bfc9a14482654d4f7d63a1db386;p=p5sagit%2Fp5-mst-13.2.git Correct test output for t/op/eval.t (missing newline) --- diff --git a/t/op/eval.t b/t/op/eval.t index 4c01434..2fef2aa 100755 --- a/t/op/eval.t +++ b/t/op/eval.t @@ -541,7 +541,7 @@ END_EVAL_TEST print "ok $test # eval { 1 } completly resets \$@\n"; } else { - print "ok $test # skipped - eval { 1 } completly resets \$@"; + print "ok $test # skipped - eval { 1 } completly resets \$@\n"; } $test++;