[svn:parrot] r45931 - trunk/t/library

plobsing at svn.parrot.org plobsing at svn.parrot.org
Thu Apr 22 22:38:59 UTC 2010


Author: plobsing
Date: Thu Apr 22 22:38:58 2010
New Revision: 45931
URL: https://trac.parrot.org/parrot/changeset/45931

Log:
fix to work with new location for data_json

Modified:
   trunk/t/library/mime_base64.t

Modified: trunk/t/library/mime_base64.t
==============================================================================
--- trunk/t/library/mime_base64.t	Thu Apr 22 21:37:22 2010	(r45930)
+++ trunk/t/library/mime_base64.t	Thu Apr 22 22:38:58 2010	(r45931)
@@ -23,7 +23,7 @@
     load_bytecode 'MIME/Base64.pbc'
     load_bytecode 'PGE.pbc'
     load_bytecode 'PGE/Util.pbc'
-    load_bytecode 'data_json.pbc'
+    load_language 'data_json'
 
     .local pmc plan, is, ok
     plan = get_hll_global [ 'Test'; 'More' ], 'plan'


More information about the parrot-commits mailing list