[svn:parrot] r38920 - trunk/t/compilers/imcc/syn

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Tue May 19 01:38:03 UTC 2009


Author: Infinoid
Date: Tue May 19 01:38:02 2009
New Revision: 38920
URL: https://trac.parrot.org/parrot/changeset/38920

Log:
[t] Not all runcores keep track of filename/line number information.  Adjust the test not to depend on this info in the error output.

Modified:
   trunk/t/compilers/imcc/syn/regressions.t

Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t	Tue May 19 01:06:54 2009	(r38919)
+++ trunk/t/compilers/imcc/syn/regressions.t	Tue May 19 01:38:02 2009	(r38920)
@@ -186,7 +186,7 @@
   die 'no'
 .end
 CODE
-/no\ncurrent inst.*:2\)$/
+/no\ncurrent inst.*:[\d-]+\)$/
 OUT
 
 }


More information about the parrot-commits mailing list