Author: rurban
Date: Fri Jan  2 14:03:15 2009
New Revision: 34837

Modified:
   branches/pdd30install_stage3/runtime/parrot/include/test_more.pir

Log:
fixes Trac TT#123, remove more hard-coded runtime/ paths from libs



Modified: branches/pdd30install_stage3/runtime/parrot/include/test_more.pir
==============================================================================
--- branches/pdd30install_stage3/runtime/parrot/include/test_more.pir   
(original)
+++ branches/pdd30install_stage3/runtime/parrot/include/test_more.pir   Fri Jan 
 2 14:03:15 2009
@@ -14,7 +14,7 @@
 
 =cut
 
-    load_bytecode 'runtime/parrot/library/Test/More.pbc'
+    load_bytecode 'Test/More.pbc'
 
     # get the testing functions
     .local pmc exports, curr_namespace, test_namespace

Reply via email to