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

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Feb 26 23:36:56 UTC 2010


Author: bacek
Date: Fri Feb 26 23:36:55 2010
New Revision: 44510
URL: https://trac.parrot.org/parrot/changeset/44510

Log:
Update test

Modified:
   branches/ops_pct/compilers/opsc/t/04-oplib_parse_ops.t

Modified: branches/ops_pct/compilers/opsc/t/04-oplib_parse_ops.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/04-oplib_parse_ops.t	Fri Feb 26 23:36:34 2010	(r44509)
+++ branches/ops_pct/compilers/opsc/t/04-oplib_parse_ops.t	Fri Feb 26 23:36:55 2010	(r44510)
@@ -1,18 +1,18 @@
-#!../../parrot ../nqp/nqp.pbc
+#!./parrot-nqp
 
 # Checking for OpLib num and skip files parsing.
 
 # opsc_core contains everything except nqp.pbc
-PIR q<
+Q:PIR<
     load_bytecode "compilers/opsc/opsc_core.pbc"
 >;
 
 plan(6);
 
-my @files := qw{
+my @files := <
     src/ops/core.ops
     src/ops/math.ops
-};
+>;
 
 my $lib := Ops::OpLib.new.BUILD(
     :files(@files),


More information about the parrot-commits mailing list