[svn:parrot] r38691 - in trunk/t: compilers/imcc/syn compilers/json dynpmc oo

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon May 11 17:41:36 UTC 2009


Author: NotFound
Date: Mon May 11 17:41:35 2009
New Revision: 38691
URL: https://trac.parrot.org/parrot/changeset/38691

Log:
[cage] drop load_bytecode "library/" prefix in all remaining tests

Modified:
   trunk/t/compilers/imcc/syn/subflags.t
   trunk/t/compilers/json/to_parrot.t
   trunk/t/dynpmc/pair.t
   trunk/t/oo/metamodel.t

Modified: trunk/t/compilers/imcc/syn/subflags.t
==============================================================================
--- trunk/t/compilers/imcc/syn/subflags.t	Mon May 11 17:36:20 2009	(r38690)
+++ trunk/t/compilers/imcc/syn/subflags.t	Mon May 11 17:41:35 2009	(r38691)
@@ -17,7 +17,7 @@
 .namespace ['FlagTest']
 
 .sub 'main' :main
-    load_bytecode 'library/Test/More.pbc'
+    load_bytecode 'Test/More.pbc'
 
     .local pmc exports, curr_namespace, test_namespace
     curr_namespace = get_namespace

Modified: trunk/t/compilers/json/to_parrot.t
==============================================================================
--- trunk/t/compilers/json/to_parrot.t	Mon May 11 17:36:20 2009	(r38690)
+++ trunk/t/compilers/json/to_parrot.t	Mon May 11 17:41:35 2009	(r38691)
@@ -690,7 +690,7 @@
 
 .sub test :main
     load_bytecode 'compilers/json/JSON.pbc'
-    load_bytecode 'library/dumper.pbc'
+    load_bytecode 'dumper.pbc'
 
     .local pmc JSON, result
     JSON = compreg "JSON"

Modified: trunk/t/dynpmc/pair.t
==============================================================================
--- trunk/t/dynpmc/pair.t	Mon May 11 17:36:20 2009	(r38690)
+++ trunk/t/dynpmc/pair.t	Mon May 11 17:41:35 2009	(r38691)
@@ -6,7 +6,7 @@
 
 .sub main :main
     loadlib $P1, 'pair'
-    load_bytecode 'library/Test/More.pir'
+    load_bytecode 'Test/More.pir'
 
     .local pmc plan, is, ok
     plan = get_hll_global [ 'Test'; 'More' ], 'plan'

Modified: trunk/t/oo/metamodel.t
==============================================================================
--- trunk/t/oo/metamodel.t	Mon May 11 17:36:20 2009	(r38690)
+++ trunk/t/oo/metamodel.t	Mon May 11 17:41:35 2009	(r38691)
@@ -17,7 +17,7 @@
 =cut
 
 .sub _main :main
-    load_bytecode 'library/Test/More.pir'
+    load_bytecode 'Test/More.pir'
 
     .local pmc exports, curr_namespace, test_namespace
     curr_namespace = get_namespace


More information about the parrot-commits mailing list