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

allison at svn.parrot.org allison at svn.parrot.org
Sat Oct 3 12:51:50 UTC 2009


Author: allison
Date: Sat Oct  3 12:51:49 2009
New Revision: 41634
URL: https://trac.parrot.org/parrot/changeset/41634

Log:
[pcc] Updating error message for parameter count mismatch.

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

Modified: branches/pcc_reapply/t/pmc/sub.t
==============================================================================
--- branches/pcc_reapply/t/pmc/sub.t	Sat Oct  3 12:38:13 2009	(r41633)
+++ branches/pcc_reapply/t/pmc/sub.t	Sat Oct  3 12:51:49 2009	(r41634)
@@ -648,7 +648,7 @@
   .param int op2
 .end
 CODE
-/too few arguments passed \(1\) - 2 params expected/
+/too few positional arguments: 1 passed, 2 \(or more\) expected/
 OUTPUT
 
 pir_error_output_like( <<'CODE', <<'OUTPUT', "explicit :main with wrong # args." );
@@ -657,7 +657,7 @@
   .param int op2
 .end
 CODE
-/too few arguments passed \(1\) - 2 params expected/
+/too few positional arguments: 1 passed, 2 \(or more\) expected/
 OUTPUT
 
 ($TEMP, $temp_pasm) = create_tempfile(UNLINK => 1);


More information about the parrot-commits mailing list