[svn:parrot] r48757 - trunk/t/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Sep 2 01:31:07 UTC 2010


Author: jkeenan
Date: Thu Sep  2 01:31:06 2010
New Revision: 48757
URL: https://trac.parrot.org/parrot/changeset/48757

Log:
Two tests added -- so argument passed to plan() must increment by 2.

Modified:
   trunk/t/pmc/bigint.t

Modified: trunk/t/pmc/bigint.t
==============================================================================
--- trunk/t/pmc/bigint.t	Wed Sep  1 22:25:23 2010	(r48756)
+++ trunk/t/pmc/bigint.t	Thu Sep  2 01:31:06 2010	(r48757)
@@ -20,7 +20,7 @@
 
     .include 'test_more.pir'
 
-    plan(32)
+    plan(34)
     check_libgmp_good()
 
     set_and_get()


More information about the parrot-commits mailing list