[svn:parrot] r35738 - trunk/runtime/parrot/library/Test

[email protected]
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: allison
Date: Sun Jan 18 22:34:36 2009
New Revision: 35738

Modified:
   trunk/runtime/parrot/library/Test/Class.pir

Log:
[pdd30install] Shorten library path, 'runtime/parrot/library/' prefix unnecessary. For TT #123 (Reini Urban).

Modified: trunk/runtime/parrot/library/Test/Class.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Class.pir	(original)
+++ trunk/runtime/parrot/library/Test/Class.pir	Sun Jan 18 22:34:36 2009
@@ -6,7 +6,7 @@
 
     .sub 'main'
         # load this library
-        load_bytecode 'library/Test/Class.pbc'
+        load_bytecode 'Test/Class.pbc'
 
         # load other testing libraries
         .include 'include/test_more.pir'
@@ -63,7 +63,7 @@
 .namespace [ 'Test'; 'Class' ]
 
 .sub '__init__' :load
-    load_bytecode 'runtime/parrot/library/Test/More.pbc'
+    load_bytecode 'Test/More.pbc'
 
     .local pmc class
     class = newclass [ 'Test'; 'Class' ]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.