[svn:parrot] r42741 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 17:53:37 UTC 2009


Author: jkeenan
Date: Sat Nov 21 17:53:36 2009
New Revision: 42741
URL: https://trac.parrot.org/parrot/changeset/42741

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

Modified:
   trunk/t/op/say.t

Modified: trunk/t/op/say.t
==============================================================================
--- trunk/t/op/say.t	Sat Nov 21 17:52:46 2009	(r42740)
+++ trunk/t/op/say.t	Sat Nov 21 17:53:36 2009	(r42741)
@@ -86,7 +86,7 @@
 3.14159
 OUTPUT
 
-pir_error_output_like( <<'CODE', <<'OUTPUT', 'say with PMCNULL argument (RT #59532)' );
+pir_error_output_like( <<'CODE', <<'OUTPUT', 'say with PMCNULL argument' );
 .sub 'main'
     null $P0
     say $P0


More information about the parrot-commits mailing list