[svn:parrot] r41801 - branches/pcc_reapply/t/op
tene at svn.parrot.org
tene at svn.parrot.org
Sat Oct 10 19:52:24 UTC 2009
Author: tene
Date: Sat Oct 10 19:52:23 2009
New Revision: 41801
URL: https://trac.parrot.org/parrot/changeset/41801
Log:
[pcc] Update a regex 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 Sat Oct 10 19:41:32 2009 (r41800)
+++ branches/pcc_reapply/t/op/cc_params.t Sat Oct 10 19:52:23 2009 (r41801)
@@ -184,7 +184,7 @@
$self->{CHECK_RESULTS} =
( ( $c_args == $c_params ) and ( $c_results == $c_returns ) )
? 'ok'
- : 'too (many|few) ((positional|named) arguments|return values).*';
+ : 'too (many|few) ((positional|named) (arguments|returns)).*';
}
sub initialize {
More information about the parrot-commits
mailing list