[svn:parrot] r41710 - branches/pcc_reapply/t/op

moritz at svn.parrot.org moritz at svn.parrot.org
Sun Oct 4 19:15:00 UTC 2009


Author: moritz
Date: Sun Oct  4 19:14:59 2009
New Revision: 41710
URL: https://trac.parrot.org/parrot/changeset/41710

Log:
adapt testing regex to new error messages in t/op/cc_params.t

Modified:
   branches/pcc_reapply/t/op/cc_params.t

Modified: branches/pcc_reapply/t/op/cc_params.t
==============================================================================
--- branches/pcc_reapply/t/op/cc_params.t	Sun Oct  4 19:00:44 2009	(r41709)
+++ branches/pcc_reapply/t/op/cc_params.t	Sun Oct  4 19:14:59 2009	(r41710)
@@ -184,7 +184,7 @@
     $self->{CHECK_RESULTS} =
         ( ( $c_args == $c_params ) and ( $c_results == $c_returns ) )
         ? 'ok'
-        : 'too (many|few) arguments passed .*';
+        : 'too (many|few) ((positional|named) arguments|return values).*';
 }
 
 sub initialize {


More information about the parrot-commits mailing list