From: Nicholas Clark Date: Sun, 26 Aug 2001 09:48:22 +0000 (+0100) Subject: op/universal.t failing X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22b06de744d1b685a9c1a1b45c185462e07e12ee;p=p5sagit%2Fp5-mst-13.2.git op/universal.t failing Message-Id: <20010826094822.B4950@plum.flirble.org> p4raw-id: //depot/perl@11753 --- diff --git a/t/op/universal.t b/t/op/universal.t index b6596a3..a67c77f 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";