diff options
author | Nicholas Clark <nick@ccl4.org> | 2001-08-26 10:48:22 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-26 08:19:34 +0000 |
commit | 22b06de744d1b685a9c1a1b45c185462e07e12ee (patch) | |
tree | 2c285c982fef887bfed942765a542f1eaa9d0ebd /t | |
parent | 39d11b7fff60fb4dbe9c17fee36ce5399b4376d8 (diff) | |
download | perl-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-x | t/op/universal.t | 2 |
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"; |