diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-03 15:42:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-03 15:42:54 +0000 |
commit | c78f3842db6b12d8d9eebde3be014afcb53eec8f (patch) | |
tree | 9e6efd7635bd1bffaaa249fbdd87e7f01f968a80 /lib/filetest.t | |
parent | 3acb6bcd1a901f84bfce64680bedea321811824a (diff) | |
download | perl-c78f3842db6b12d8d9eebde3be014afcb53eec8f.tar.gz |
Plagued by thinkos tonight.
p4raw-id: //depot/perl@19396
Diffstat (limited to 'lib/filetest.t')
-rw-r--r-- | lib/filetest.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filetest.t b/lib/filetest.t index 02879c3702..14fe63d2fb 100644 --- a/lib/filetest.t +++ b/lib/filetest.t @@ -5,7 +5,7 @@ BEGIN { @INC = '../lib'; } -use Test::More tests => 13; +use Test::More tests => 15; # these two should be kept in sync with the pragma itself # if hint bits are changed there, other things *will* break |