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

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Feb 27 00:09:55 UTC 2010


Author: bacek
Date: Sat Feb 27 00:09:53 2010
New Revision: 44519
URL: https://trac.parrot.org/parrot/changeset/44519

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	Sat Feb 27 00:09:29 2010	(r44518)
+++ branches/ops_pct/compilers/opsc/t/04-oplib_parse_ops.t	Sat Feb 27 00:09:53 2010	(r44519)
@@ -9,10 +9,7 @@
 
 plan(6);
 
-my @files := <
-    src/ops/core.ops
-    src/ops/math.ops
->;
+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