[svn:parrot] r44509 - branches/ops_pct/compilers/opsc/t
bacek at svn.parrot.org
bacek at svn.parrot.org
Fri Feb 26 23:36:35 UTC 2010
Author: bacek
Date: Fri Feb 26 23:36:34 2010
New Revision: 44509
URL: https://trac.parrot.org/parrot/changeset/44509
Log:
Update test
Modified:
branches/ops_pct/compilers/opsc/t/04-oplib_BUILD.t
Modified: branches/ops_pct/compilers/opsc/t/04-oplib_BUILD.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/04-oplib_BUILD.t Fri Feb 26 23:36:06 2010 (r44508)
+++ branches/ops_pct/compilers/opsc/t/04-oplib_BUILD.t Fri Feb 26 23:36:34 2010 (r44509)
@@ -1,6 +1,6 @@
-#! ../../parrot
+#! ./parrot
-.include 't/common.pir'
+.include 'compilers/opsc/t/common.pir'
.sub 'main' :main
@@ -27,7 +27,7 @@
pop_eh
ok($I0, "BUILD without args failed")
- $P1 = split ' ', 'src/ops/core.ops src/ops/math.ops'
+ $P1 = split ' ', 'src/ops/core.ops src/ops/math.ops'
$P1 = $P0.'BUILD'('files'=>$P1)
ok(1, "BUILD with @files passed")
More information about the parrot-commits
mailing list