[svn:parrot] r40948 - trunk/t/op

chromatic at svn.parrot.org chromatic at svn.parrot.org
Thu Sep 3 07:29:50 UTC 2009


Author: chromatic
Date: Thu Sep  3 07:29:48 2009
New Revision: 40948
URL: https://trac.parrot.org/parrot/changeset/40948

Log:
[t] Fixed new null STRING clone test added in r40947, lest its passing appear
marred with the weird error message of walking off the end of the current code
segment.  Moral of the story: always add C<end> to PASM or just use PIR.

Modified:
   trunk/t/op/string.t

Modified: trunk/t/op/string.t
==============================================================================
--- trunk/t/op/string.t	Thu Sep  3 06:48:34 2009	(r40947)
+++ trunk/t/op/string.t	Thu Sep  3 07:29:48 2009	(r40948)
@@ -62,6 +62,7 @@
 pasm_output_is( <<'CODE', <<'OUTPUT', 'clone null' );
     null S0
     clone S1, S0
+    end
 CODE
 OUTPUT
 }


More information about the parrot-commits mailing list