[svn:parrot] r44805 - branches/ops_pct/compilers/opsc/t

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Mar 9 12:30:04 UTC 2010


Author: bacek
Date: Tue Mar  9 12:30:02 2010
New Revision: 44805
URL: https://trac.parrot.org/parrot/changeset/44805

Log:
Update test

Modified:
   branches/ops_pct/compilers/opsc/t/07-emitter.t

Modified: branches/ops_pct/compilers/opsc/t/07-emitter.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/07-emitter.t	Tue Mar  9 12:14:54 2010	(r44804)
+++ branches/ops_pct/compilers/opsc/t/07-emitter.t	Tue Mar  9 12:30:02 2010	(r44805)
@@ -13,9 +13,13 @@
     src/ops/cmp.ops
 >;
 
-my $f := Ops::File.new(|@files);
 my $emitter := Ops::Emitter.new(
-    :ops_file($f), :trans($trans), :script('ops2c'),
+    :ops_file(Ops::File.new(
+        :oplib(Ops::OpLib.new()),
+        |@files)
+    ),
+    :trans($trans),
+    :script('ops2c'),
     :flags(
         hash( dir => 'tmp/', core => 1 )
     ),


More information about the parrot-commits mailing list