[svn:parrot] r45087 - trunk/ext/Parrot-Embed/t

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sun Mar 21 22:13:18 UTC 2010


Author: plobsing
Date: Sun Mar 21 22:13:15 2010
New Revision: 45087
URL: https://trac.parrot.org/parrot/changeset/45087

Log:
fix codetest error

Modified:
   trunk/ext/Parrot-Embed/t/interp.t

Modified: trunk/ext/Parrot-Embed/t/interp.t
==============================================================================
--- trunk/ext/Parrot-Embed/t/interp.t	Sun Mar 21 12:06:59 2010	(r45086)
+++ trunk/ext/Parrot-Embed/t/interp.t	Sun Mar 21 22:13:15 2010	(r45087)
@@ -66,7 +66,8 @@
 ok( $eval, 'compile() should compile PIR code and return a PMC' );
 isa_ok( $eval, 'Parrot::PMC' );
 
-=cut
+=for comment
+
 TODO:
 {
     local $TODO = 'compile_string() returns wrong results';
@@ -80,7 +81,9 @@
 $pmc = $foo->invoke( 'S->P', 'BAR' );
 is( $pmc->get_string(), 'BAR FOO ',
     '... and compiled sub should work just like any other Sub pmc' );
+
 =cut
+
 my $foo;
 
 {


More information about the parrot-commits mailing list