cvsuser 02/06/02 19:05:47
Modified: t/op macro.t
Log:
D'oh. Missing an 'end' opcode.
Revision Changes Path
1.8 +1 -0 parrot/t/op/macro.t
Index: macro.t
===================================================================
RCS file: /cvs/public/parrot/t/op/macro.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- macro.t 2 Jun 2002 04:27:10 -0000 1.7
+++ macro.t 3 Jun 2002 02:05:47 -0000 1.8
@@ -122,4 +122,5 @@
output_is(<<'CODE', '32', "constant defined and used");
.constant FOO 32
print .FOO
+ end
CODE