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