From: Jarkko Hietaniemi Date: Sun, 17 Jun 2001 15:37:32 +0000 (+0000) Subject: Less potentially test-harness-confusing output. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2f04286ef15827d0776b081ebcb4c3b2e0c0a52;p=p5sagit%2Fp5-mst-13.2.git Less potentially test-harness-confusing output. p4raw-id: //depot/perl@10662 --- diff --git a/lib/Memoize/t/expire_module_t.t b/lib/Memoize/t/expire_module_t.t index 22d64e8..84ad4ed 100644 --- a/lib/Memoize/t/expire_module_t.t +++ b/lib/Memoize/t/expire_module_t.t @@ -10,7 +10,7 @@ if (-e '.fast') { exit 0; } -print "# Warning: I'm testing the timed expiration policy.\nThis will take about thirty seconds.\n"; +print "# Warning: I'm testing the timed expiration policy.\n# This will take about thirty seconds.\n"; print "1..14\n";