[svn:parrot] r45979 - trunk/t/compilers/data_json

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sat Apr 24 08:28:56 UTC 2010


Author: NotFound
Date: Sat Apr 24 08:28:56 2010
New Revision: 45979
URL: https://trac.parrot.org/parrot/changeset/45979

Log:
fix typo

Modified:
   trunk/t/compilers/data_json/from_parrot.t

Modified: trunk/t/compilers/data_json/from_parrot.t
==============================================================================
--- trunk/t/compilers/data_json/from_parrot.t	Sat Apr 24 08:26:20 2010	(r45978)
+++ trunk/t/compilers/data_json/from_parrot.t	Sat Apr 24 08:28:56 2010	(r45979)
@@ -89,7 +89,7 @@
     is($S0, 2147483647, 'Create JSON of some integers (2147483647)')
     i = -2147483648
     $S0 = _json( i, 0 )
-    is($S0, -2147483648, 'Create JSON of some integers (-2147483647)')
+    is($S0, -2147483648, 'Create JSON of some integers (-2147483648)')
 .end
 
 


More information about the parrot-commits mailing list