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

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Feb 26 10:21:19 UTC 2010


Author: bacek
Date: Fri Feb 26 10:21:18 2010
New Revision: 44493
URL: https://trac.parrot.org/parrot/changeset/44493

Log:
Update test

Modified:
   branches/ops_pct/compilers/opsc/t/02-parse-all-ops.t

Modified: branches/ops_pct/compilers/opsc/t/02-parse-all-ops.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/02-parse-all-ops.t	Fri Feb 26 09:17:15 2010	(r44492)
+++ branches/ops_pct/compilers/opsc/t/02-parse-all-ops.t	Fri Feb 26 10:21:18 2010	(r44493)
@@ -1,4 +1,4 @@
-#! ../../parrot
+#! ./parrot
 
 .include 'compilers/opsc/t/common.pir'
 
@@ -10,8 +10,8 @@
     .local pmc os, all_files, ops_files, dynops_files
 
     all_files    = new ['ResizablePMCArray']
-    ops_files    = get_ops_from_dir('../../src/ops/')
-    dynops_files = get_ops_from_dir('../../src/dynoplibs/')
+    ops_files    = get_ops_from_dir('./src/ops/')
+    dynops_files = get_ops_from_dir('./src/dynoplibs/')
 
     #prepend the arrays to all_files
     splice all_files, ops_files, 0, 0


More information about the parrot-commits mailing list