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

allison at svn.parrot.org allison at svn.parrot.org
Thu Aug 13 01:36:18 UTC 2009


Author: allison
Date: Thu Aug 13 01:36:15 2009
New Revision: 40505
URL: https://trac.parrot.org/parrot/changeset/40505

Log:
[cage] Remove dependency on PGE in a test file where it's never used.

Modified:
   trunk/t/op/sprintf.t

Modified: trunk/t/op/sprintf.t
==============================================================================
--- trunk/t/op/sprintf.t	Wed Aug 12 21:02:43 2009	(r40504)
+++ trunk/t/op/sprintf.t	Thu Aug 13 01:36:15 2009	(r40505)
@@ -61,8 +61,6 @@
 
 .sub main :main
     load_bytecode 'Test/Builder.pbc'
-    load_bytecode 'PGE.pbc'
-    load_bytecode 'PGE/Dumper.pbc'
     .include "iglobals.pasm"
     .include "sysinfo.pasm"
 


More information about the parrot-commits mailing list