[svn:parrot] r38661 - branches/pmc_pct/compilers/pmcc/t
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat May 9 23:55:20 UTC 2009
Author: bacek
Date: Sat May 9 23:55:19 2009
New Revision: 38661
URL: https://trac.parrot.org/parrot/changeset/38661
Log:
Fix test
Modified:
branches/pmc_pct/compilers/pmcc/t/06-body.t
Modified: branches/pmc_pct/compilers/pmcc/t/06-body.t
==============================================================================
--- branches/pmc_pct/compilers/pmcc/t/06-body.t Sat May 9 23:54:33 2009 (r38660)
+++ branches/pmc_pct/compilers/pmcc/t/06-body.t Sat May 9 23:55:19 2009 (r38661)
@@ -20,7 +20,7 @@
check_one_file(filename, $S0, "'Integer.instantiate: unhandled initializer'", "VTable body generated")
$S0 = _slurp('t/data/class14.pmc')
- check_one_file(filename, $S0, "'/* class_init_code; called for side effects */'", "class_init body preserved")
+ check_one_file(filename, $S0, "'Small_Object_Pool *List_chunks'", "class_init body almost preserved")
.end
# Check genrated header.
More information about the parrot-commits
mailing list