[svn:parrot] r42491 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Fri Nov 13 21:20:15 UTC 2009


Author: jkeenan
Date: Fri Nov 13 21:20:15 2009
New Revision: 42491
URL: https://trac.parrot.org/parrot/changeset/42491

Log:
Applying bitwise_t.patch submitted by bubaflub++ in https://trac.parrot.org/parrot/ticket/1267.

Modified:
   trunk/t/op/bitwise.t

Modified: trunk/t/op/bitwise.t
==============================================================================
--- trunk/t/op/bitwise.t	Fri Nov 13 21:18:00 2009	(r42490)
+++ trunk/t/op/bitwise.t	Fri Nov 13 21:20:15 2009	(r42491)
@@ -390,11 +390,11 @@
     interp = getinterp
     .local pmc config
     config = interp[.IGLOBALS_CONFIG_HASH]
-    .local string gmp
+    .local int gmp
     gmp = config['gmp']
     
     if gmp, runtest
-    skip( 1, 'no BigInt lib found' )
+    skip( 2, 'no BigInt lib found' )
     goto END
 
   runtest:


More information about the parrot-commits mailing list