[svn:parrot] r42687 - trunk/t/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 13:44:40 UTC 2009


Author: jkeenan
Date: Sat Nov 21 13:44:40 2009
New Revision: 42687
URL: https://trac.parrot.org/parrot/changeset/42687

Log:
Delete part of test message referring to resolved RT #41732.

Modified:
   trunk/t/pmc/parrotobject.t

Modified: trunk/t/pmc/parrotobject.t
==============================================================================
--- trunk/t/pmc/parrotobject.t	Sat Nov 21 13:42:59 2009	(r42686)
+++ trunk/t/pmc/parrotobject.t	Sat Nov 21 13:44:40 2009	(r42687)
@@ -232,7 +232,8 @@
 3
 OUT
 
-pir_error_output_like( <<'CODE', <<'OUT', 'RT #41732' );
+pir_error_output_like( <<'CODE', <<'OUT',
+    'handle too few positional arguments' );
 .namespace ['Foo']
 
 .sub invoke :vtable


More information about the parrot-commits mailing list