Author: allison
Date: Sun Jan 18 19:58:54 2009
New Revision: 35734
Modified:
trunk/runtime/parrot/include/test_more.pir
Log:
[pdd30install] Apply change to reduce full pathname to just module pathname. (Reini Urban) Fix part of TT #123.
Modified: trunk/runtime/parrot/include/test_more.pir
==============================================================================
--- trunk/runtime/parrot/include/test_more.pir (original)
+++ trunk/runtime/parrot/include/test_more.pir Sun Jan 18 19:58:54 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