cvsuser 04/07/11 10:13:53
Modified: t/pmc complex.t
Log:
Add in missing end from the PASM for test 11
Revision Changes Path
1.3 +3 -1 parrot/t/pmc/complex.t
Index: complex.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/complex.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- complex.t 3 Jul 2004 19:50:37 -0000 1.2
+++ complex.t 11 Jul 2004 17:13:53 -0000 1.3
@@ -1,6 +1,6 @@
#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: complex.t,v 1.2 2004/07/03 19:50:37 leo Exp $
+# $Id: complex.t,v 1.3 2004/07/11 17:13:53 nicholas Exp $
=head1 NAME
@@ -524,6 +524,8 @@
abs P1, P0
print P1
print "\n"
+
+ end
CODE
5
OUTPUT