summaryrefslogtreecommitdiff
path: root/lib/Memoize
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-17 15:37:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-17 15:37:32 +0000
commitb2f04286ef15827d0776b081ebcb4c3b2e0c0a52 (patch)
tree2bf313352214573d0d99b3bc852d80371d5924f6 /lib/Memoize
parent965fa34be01c812f7bd2e78f898c14a09d31dbd0 (diff)
downloadperl-b2f04286ef15827d0776b081ebcb4c3b2e0c0a52.tar.gz
Less potentially test-harness-confusing output.
p4raw-id: //depot/perl@10662
Diffstat (limited to 'lib/Memoize')
-rw-r--r--lib/Memoize/t/expire_module_t.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Memoize/t/expire_module_t.t b/lib/Memoize/t/expire_module_t.t
index 22d64e82d5..84ad4ed3d2 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";