summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-03 15:42:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-03 15:42:54 +0000
commitceea15632e89129af4faa845921c8e053b35377f (patch)
tree9e6efd7635bd1bffaaa249fbdd87e7f01f968a80 /lib
parentbeb031597c70afce4bca6df5730f8c63d876c1b3 (diff)
downloadperl-ceea15632e89129af4faa845921c8e053b35377f.tar.gz
Plagued by thinkos tonight.
p4raw-id: //depot/perl@19396
Diffstat (limited to 'lib')
-rw-r--r--lib/filetest.t2
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