[svn:parrot] r45684 - branches/immutable_strings_part1/t/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Apr 15 12:20:20 UTC 2010


Author: bacek
Date: Thu Apr 15 12:20:19 2010
New Revision: 45684
URL: https://trac.parrot.org/parrot/changeset/45684

Log:
Fix test plan after merge.

Modified:
   branches/immutable_strings_part1/t/pmc/string.t

Modified: branches/immutable_strings_part1/t/pmc/string.t
==============================================================================
--- branches/immutable_strings_part1/t/pmc/string.t	Thu Apr 15 12:19:59 2010	(r45683)
+++ branches/immutable_strings_part1/t/pmc/string.t	Thu Apr 15 12:20:19 2010	(r45684)
@@ -20,7 +20,7 @@
 .sub main :main
     .include 'test_more.pir'
 
-    plan(169)
+    plan(171)
 
     set_or_get_strings()
     setting_integers()


More information about the parrot-commits mailing list