At 4:47 PM -0400 4/17/02, Simon Glover wrote:
> - Tests for rotate-up and savec
Odd--my stacks.t only has 18 tests in it, not 20. Still, applied.
--
Dan
--"it's like this"---
Dan Sugalski
- Tests for rotate-up and savec
Simon
--- stacks.t.oldSat Apr 6 13:47:09 2002
+++ stacks.tSat Apr 6 14:58:01 2002
@@ -1,6 +1,6 @@
#! perl -w
-use Parrot::Test tests => 20;
+use Parrot::Test tests => 28;
use Test::More;
# Tests for stack operations, currently push*, push_*_c
This patch contains several more tests for the stack ops, in
particular for rotate_up.
Simon
--- t/op/stacks.t.old Sat Apr 6 13:47:09 2002
+++ t/op/stacks.t Sat Apr 6 14:58:01 2002
@@ -1,6 +1,6 @@
#! perl -w
-use Parrot::Test tests => 20;
+use Parrot::Test tests => 28;
use Test: