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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Oct 20 13:35:30 UTC 2009


Author: mikehh
Date: Tue Oct 20 13:35:30 2009
New Revision: 41949
URL: https://trac.parrot.org/parrot/changeset/41949

Log:
fix test - change int to string

Modified:
   trunk/t/op/arithmetics_pmc.t

Modified: trunk/t/op/arithmetics_pmc.t
==============================================================================
--- trunk/t/op/arithmetics_pmc.t	Tue Oct 20 05:59:54 2009	(r41948)
+++ trunk/t/op/arithmetics_pmc.t	Tue Oct 20 13:35:30 2009	(r41949)
@@ -27,7 +27,7 @@
     interp = getinterp
     .local pmc config
     config = interp[.IGLOBALS_CONFIG_HASH]
-    .local int gmp
+    .local string gmp
     gmp = config['gmp']
 
     run_tests_for('Integer')


More information about the parrot-commits mailing list