summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2001-08-26 10:48:22 +0100
committerAbhijit Menon-Sen <ams@wiw.org>2001-08-26 08:19:34 +0000
commit22b06de744d1b685a9c1a1b45c185462e07e12ee (patch)
tree2c285c982fef887bfed942765a542f1eaa9d0ebd /t
parent39d11b7fff60fb4dbe9c17fee36ce5399b4376d8 (diff)
downloadperl-22b06de744d1b685a9c1a1b45c185462e07e12ee.tar.gz
op/universal.t failing
Message-Id: <20010826094822.B4950@plum.flirble.org> p4raw-id: //depot/perl@11753
Diffstat (limited to 't')
-rwxr-xr-xt/op/universal.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/universal.t b/t/op/universal.t
index b6596a3c95..a67c77f2c3 100755
--- a/t/op/universal.t
+++ b/t/op/universal.t
@@ -9,7 +9,7 @@ BEGIN {
$| = 1;
}
-print "1..84\n";
+print "1..87\n";
$a = {};
bless $a, "Bob";