diff options
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"; |