[svn:parrot] r38399 - branches/pmc_pct/compilers/pmc/t
bacek at svn.parrot.org
bacek at svn.parrot.org
Wed Apr 29 09:45:42 UTC 2009
Author: bacek
Date: Wed Apr 29 09:45:41 2009
New Revision: 38399
URL: https://trac.parrot.org/parrot/changeset/38399
Log:
Temporary disable emitting test. It's useless ATM.
Modified:
branches/pmc_pct/compilers/pmc/t/04-header.t
Modified: branches/pmc_pct/compilers/pmc/t/04-header.t
==============================================================================
--- branches/pmc_pct/compilers/pmc/t/04-header.t Wed Apr 29 09:45:11 2009 (r38398)
+++ branches/pmc_pct/compilers/pmc/t/04-header.t Wed Apr 29 09:45:41 2009 (r38399)
@@ -8,7 +8,8 @@
load_bytecode 'compilers/pmc/pmc.pbc'
.local int total
- plan(1)
+ plan(0)
+ .return()
$S0 = _slurp('compilers/pmc/t/data/class00.pmc')
.local pmc compiler
More information about the parrot-commits
mailing list