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