Re: [PATCH] Stacks tests [APPLIED]

2002-04-17 Thread Dan Sugalski
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

[PATCH] Stacks tests

2002-04-17 Thread Simon Glover
- 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

[PATCH] Stacks tests

2002-04-06 Thread Simon Glover
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: