diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-17 15:37:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-17 15:37:32 +0000 |
commit | b2f04286ef15827d0776b081ebcb4c3b2e0c0a52 (patch) | |
tree | 2bf313352214573d0d99b3bc852d80371d5924f6 /lib/Memoize | |
parent | 965fa34be01c812f7bd2e78f898c14a09d31dbd0 (diff) | |
download | perl-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.t | 2 |
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"; |