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

coke at svn.parrot.org coke at svn.parrot.org
Wed Dec 9 21:42:29 UTC 2009


Author: coke
Date: Wed Dec  9 21:42:29 2009
New Revision: 42965
URL: https://trac.parrot.org/parrot/changeset/42965

Log:
Remove unused get_class

Modified:
   trunk/t/pmc/float.t

Modified: trunk/t/pmc/float.t
==============================================================================
--- trunk/t/pmc/float.t	Wed Dec  9 21:32:53 2009	(r42964)
+++ trunk/t/pmc/float.t	Wed Dec  9 21:42:29 2009	(r42965)
@@ -116,8 +116,7 @@
     is($S0, '123.45', 'get string')
 
     $P0 = "12.49"
-    $P1 = get_class ['Float']
-    is($P0, 12.49, 'setting value from string', PRECISION)
+    is($P0, 12.49, 'setting value from String', PRECISION)
 .end
 
 .sub 'add_number_to_self'


More information about the parrot-commits mailing list