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

allison at svn.parrot.org allison at svn.parrot.org
Thu Aug 13 01:38:06 UTC 2009


Author: allison
Date: Thu Aug 13 01:38:06 2009
New Revision: 40506
URL: https://trac.parrot.org/parrot/changeset/40506

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

Modified:
   trunk/t/pmc/key.t

Modified: trunk/t/pmc/key.t
==============================================================================
--- trunk/t/pmc/key.t	Thu Aug 13 01:36:15 2009	(r40505)
+++ trunk/t/pmc/key.t	Thu Aug 13 01:38:06 2009	(r40506)
@@ -169,7 +169,6 @@
 .namespace []
 
 .sub prepare_lib :init
-  load_bytecode 'PGE.pbc'
   $P0 = get_class 'Sub'
   $P1 = subclass $P0, 'TclProc'
   $P1 = new ['ResizablePMCArray']


More information about the parrot-commits mailing list