[svn:parrot] r47833 - branches/gsoc_past_optimization/t/library
tcurtis at svn.parrot.org
tcurtis at svn.parrot.org
Fri Jun 25 14:32:08 UTC 2010
Author: tcurtis
Date: Fri Jun 25 14:32:07 2010
New Revision: 47833
URL: https://trac.parrot.org/parrot/changeset/47833
Log:
Remove debugging says.
Modified:
branches/gsoc_past_optimization/t/library/pastwalker.t
Modified: branches/gsoc_past_optimization/t/library/pastwalker.t
==============================================================================
--- branches/gsoc_past_optimization/t/library/pastwalker.t Fri Jun 25 08:42:02 2010 (r47832)
+++ branches/gsoc_past_optimization/t/library/pastwalker.t Fri Jun 25 14:32:07 2010 (r47833)
@@ -41,14 +41,11 @@
.local pmc walker, past
walker = new ['PAST';'Walker';'NodeCounter']
walker.'reset'()
- say 'before build'
past = 'build_count_node_types_past'()
- say 'after build'
walker.'walk'(past)
- say 'after walk'
$P2 = getattribute walker, 'counts'
$P3 = $P2['blocks']
More information about the parrot-commits
mailing list