[svn:parrot] r40858 - branches/context_pmc3/t/compilers/pge
bacek at svn.parrot.org
bacek at svn.parrot.org
Sun Aug 30 08:03:16 UTC 2009
Author: bacek
Date: Sun Aug 30 08:03:10 2009
New Revision: 40858
URL: https://trac.parrot.org/parrot/changeset/40858
Log:
[cage] Initialise result in t/compilers/pge/06-grammar.t
Modified:
branches/context_pmc3/t/compilers/pge/06-grammar.t
Modified: branches/context_pmc3/t/compilers/pge/06-grammar.t
==============================================================================
--- branches/context_pmc3/t/compilers/pge/06-grammar.t Sun Aug 30 04:17:01 2009 (r40857)
+++ branches/context_pmc3/t/compilers/pge/06-grammar.t Sun Aug 30 08:03:10 2009 (r40858)
@@ -180,6 +180,7 @@
load_bytecode 'PGE.pbc'
load_bytecode 'PGE/Perl6Grammar.pbc'
+ ok = 1
match = parser(expr)
result = match
More information about the parrot-commits
mailing list