[svn:parrot] r41156 - trunk/t/compilers/tge
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Tue Sep 8 15:14:49 UTC 2009
Author: NotFound
Date: Tue Sep 8 15:14:46 2009
New Revision: 41156
URL: https://trac.parrot.org/parrot/changeset/41156
Log:
[t] make TODO test at least compile
Modified:
trunk/t/compilers/tge/grammar.t
Modified: trunk/t/compilers/tge/grammar.t
==============================================================================
--- trunk/t/compilers/tge/grammar.t Tue Sep 8 14:10:29 2009 (r41155)
+++ trunk/t/compilers/tge/grammar.t Tue Sep 8 15:14:46 2009 (r41156)
@@ -301,12 +301,12 @@
GRAMMAR
- .local object testing
+ .local pmc testing
testing = new 'Hash'
# Compile a grammar from the source
.local pmc grammar
- $P1 = new 'TGE;Compiler'
+ $P1 = new ['TGE';'Compiler']
grammar = $P1.'compile'(source)
# Apply the grammar to the test tree
More information about the parrot-commits
mailing list