[svn:parrot] r41633 - branches/pcc_reapply/t/pmc

allison at svn.parrot.org allison at svn.parrot.org
Sat Oct 3 12:38:16 UTC 2009


Author: allison
Date: Sat Oct  3 12:38:13 2009
New Revision: 41633
URL: https://trac.parrot.org/parrot/changeset/41633

Log:
[pcc] Updating error message on incorrect number of arguments.

Modified:
   branches/pcc_reapply/t/pmc/parrotobject.t

Modified: branches/pcc_reapply/t/pmc/parrotobject.t
==============================================================================
--- branches/pcc_reapply/t/pmc/parrotobject.t	Sat Oct  3 11:41:48 2009	(r41632)
+++ branches/pcc_reapply/t/pmc/parrotobject.t	Sat Oct  3 12:38:13 2009	(r41633)
@@ -247,7 +247,7 @@
     $P1()
 .end
 CODE
-/2 params expected/
+/too few positional arguments/
 OUT
 
 # '


More information about the parrot-commits mailing list