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

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Thu Sep 2 12:55:50 UTC 2010


Author: nwellnhof
Date: Thu Sep  2 12:55:50 2010
New Revision: 48764
URL: https://trac.parrot.org/parrot/changeset/48764

Log:
Fix bigint test without GMP

Modified:
   trunk/t/pmc/bigint.t

Modified: trunk/t/pmc/bigint.t
==============================================================================
--- trunk/t/pmc/bigint.t	Thu Sep  2 11:40:28 2010	(r48763)
+++ trunk/t/pmc/bigint.t	Thu Sep  2 12:55:50 2010	(r48764)
@@ -77,12 +77,12 @@
 
 NoLibGMP:
     diag( 'No BigInt Lib configured' )
-    skip(34)
+    skip(36)
     exit 0
 
 OldLibGMP:
     diag( 'Buggy GMP version [', $S3, '] with huge digit multiply - please upgrade' )
-    skip(34)
+    skip(36)
     exit 0
 
 ret:


More information about the parrot-commits mailing list