[svn:parrot] r45724 - trunk/t/library

fperrad at svn.parrot.org fperrad at svn.parrot.org
Fri Apr 16 20:26:44 UTC 2010


Author: fperrad
Date: Fri Apr 16 20:26:43 2010
New Revision: 45724
URL: https://trac.parrot.org/parrot/changeset/45724

Log:
[TAP] now in test, see r45723

Modified:
   trunk/t/library/tap_parser.t

Modified: trunk/t/library/tap_parser.t
==============================================================================
--- trunk/t/library/tap_parser.t	Fri Apr 16 20:09:11 2010	(r45723)
+++ trunk/t/library/tap_parser.t	Fri Apr 16 20:26:43 2010	(r45724)
@@ -195,7 +195,7 @@
     result = new 'ResizablePMCArray'
     $P0 = get_hll_global ['TAP';'Parser'], 'next'
     .local pmc coro
-    coro = clone $P0
+    coro = newclosure $P0
   L1:
     $P0 = coro(parser)
     if null $P0 goto L2


More information about the parrot-commits mailing list