summaryrefslogtreecommitdiff
path: root/lib/NEXT/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-30 20:24:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-30 20:24:49 +0000
commit52138ef3a06f8cb332cb62ae77832a62a0223d75 (patch)
tree769fb049fc00f8d04e3b8b1566dccd6ed9b44ec5 /lib/NEXT/t
parentf28d0af5688a2d77b2e0789063ae70624436777c (diff)
downloadperl-52138ef3a06f8cb332cb62ae77832a62a0223d75.tar.gz
Upgrade to NEXT 0.52.
p4raw-id: //depot/perl@20362
Diffstat (limited to 'lib/NEXT/t')
-rw-r--r--lib/NEXT/t/actuns.t3
-rw-r--r--lib/NEXT/t/unseen.t2
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/NEXT/t/actuns.t b/lib/NEXT/t/actuns.t
index 3795681bc2..aca30c7d26 100644
--- a/lib/NEXT/t/actuns.t
+++ b/lib/NEXT/t/actuns.t
@@ -5,7 +5,7 @@ BEGIN {
}
}
-BEGIN { print "1..5\n"; }
+BEGIN { print "1..6\n"; }
use NEXT;
my $count=1;
@@ -34,4 +34,3 @@ my $foo = {};
bless($foo,"A");
eval { $foo->test } and print "not ";
-print "ok 5\n";
diff --git a/lib/NEXT/t/unseen.t b/lib/NEXT/t/unseen.t
index ec24564cad..ddaab1851a 100644
--- a/lib/NEXT/t/unseen.t
+++ b/lib/NEXT/t/unseen.t
@@ -5,7 +5,7 @@ BEGIN {
}
}
-BEGIN { print "1..5\n"; }
+BEGIN { print "1..10\n"; }
use NEXT;
my $count=1;