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

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Oct 3 23:41:33 UTC 2009


Author: bacek
Date: Sat Oct  3 23:41:33 2009
New Revision: 41656
URL: https://trac.parrot.org/parrot/changeset/41656

Log:
[t] Update test to reflect current error message from PCC.

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

Modified: branches/pcc_reapply/t/op/cc_state.t
==============================================================================
--- branches/pcc_reapply/t/op/cc_state.t	Sat Oct  3 23:34:49 2009	(r41655)
+++ branches/pcc_reapply/t/op/cc_state.t	Sat Oct  3 23:41:33 2009	(r41656)
@@ -53,7 +53,7 @@
 ## G
 pcc_error_like(
     { params => ".param pmc abc" },
-    '/too few arguments passed \(0\) - 1 param expected/',
+    '/too few positional arguments: 0 passed, 1 \(or more\) expected/',
     'G1: argument underflow: required param',
 );
 


More information about the parrot-commits mailing list