Chris Ball wrote:
> t/op/stacks.........ok 28/29# Failed test (t/op/stacks.t at line 592)
> # got: ''
> # expected: '43210-1
This test has a missing 'end' in the code and segfaults. Patch below.
--
Peter Gibbs
EmKel Systems
Index: t/op/stacks.t
===================================================================
RCS file: /home/perlcvs/parrot/t/op/stacks.t,v
retrieving revision 1.15
diff -u -r1.15 stacks.t
--- t/op/stacks.t 15 May 2002 05:01:32 -0000 1.15
+++ t/op/stacks.t 15 May 2002 20:09:30 -0000
@@ -617,6 +617,7 @@
print I1
print "\n"
+ end
CODE
43210-1
OUTPUT