[svn:parrot] r39655 - trunk/t/compilers/pge/perl6regex

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Jun 18 17:42:57 UTC 2009


Author: NotFound
Date: Thu Jun 18 17:42:57 2009
New Revision: 39655
URL: https://trac.parrot.org/parrot/changeset/39655

Log:
[cage] fix a duplicate local in a perl6regex test

Modified:
   trunk/t/compilers/pge/perl6regex/context.t

Modified: trunk/t/compilers/pge/perl6regex/context.t
==============================================================================
--- trunk/t/compilers/pge/perl6regex/context.t	Thu Jun 18 17:41:31 2009	(r39654)
+++ trunk/t/compilers/pge/perl6regex/context.t	Thu Jun 18 17:42:57 2009	(r39655)
@@ -32,7 +32,7 @@
     load_bytecode "PGE/Glob.pbc"
     load_bytecode "PGE/Text.pbc"
     .local string target, pattern
-    .local pmc perl6regex, rulesub, pir, exp, match
+    .local pmc perl6regex, rulesub, pir, match
     perl6regex = compreg 'PGE::Perl6Regex'
     null match
     null rulesub


More information about the parrot-commits mailing list