[svn:parrot] r38696 - trunk/t/library

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon May 11 19:47:58 UTC 2009


Author: NotFound
Date: Mon May 11 19:47:58 2009
New Revision: 38696
URL: https://trac.parrot.org/parrot/changeset/38696

Log:
[cage] some more s/pir/pbc

Modified:
   trunk/t/library/coroutine.t
   trunk/t/library/test_class.t
   trunk/t/library/test_more.t

Modified: trunk/t/library/coroutine.t
==============================================================================
--- trunk/t/library/coroutine.t	Mon May 11 19:42:10 2009	(r38695)
+++ trunk/t/library/coroutine.t	Mon May 11 19:47:58 2009	(r38696)
@@ -182,13 +182,13 @@
 .end
 
 .sub main :main
-	load_bytecode 'Test/Builder.pir'
+	load_bytecode 'Test/Builder.pbc'
 	.local pmc test
 	test = new [ 'Test'; 'Builder' ]
 	test.'plan'(N_TESTS)
 
 	push_eh cant_load
-	load_bytecode 'Parrot/Coroutine.pir'
+	load_bytecode 'Parrot/Coroutine.pbc'
 	pop_eh
 	test.'ok'(1, 'loaded bytecode')
 

Modified: trunk/t/library/test_class.t
==============================================================================
--- trunk/t/library/test_class.t	Mon May 11 19:42:10 2009	(r38695)
+++ trunk/t/library/test_class.t	Mon May 11 19:47:58 2009	(r38696)
@@ -1,7 +1,7 @@
 #! parrot
 
 .sub 'init_test_builder_tester'
-    load_bytecode 'runtime/parrot/library/Test/Builder/Tester.pir'
+    load_bytecode 'Test/Builder/Tester.pbc'
 
     .local pmc exports, curr_namespace, test_namespace
     curr_namespace = get_namespace
@@ -23,7 +23,7 @@
 .end
 
 .sub 'init_test_class'
-    load_bytecode 'runtime/parrot/library/Test/Class.pir'
+    load_bytecode 'Test/Class.pbc'
 .end
 
 .sub 'main' :main

Modified: trunk/t/library/test_more.t
==============================================================================
--- trunk/t/library/test_more.t	Mon May 11 19:42:10 2009	(r38695)
+++ trunk/t/library/test_more.t	Mon May 11 19:47:58 2009	(r38696)
@@ -3,8 +3,8 @@
 # $Id$
 
 .sub _main :main
-    load_bytecode 'Test/Builder/Tester.pir'
-    load_bytecode 'Test/More.pir'
+    load_bytecode 'Test/Builder/Tester.pbc'
+    load_bytecode 'Test/More.pbc'
 
     .local pmc tb_args
     tb_args = new 'Hash'


More information about the parrot-commits mailing list