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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 14:26:47 UTC 2009


Author: jkeenan
Date: Sat Nov 21 14:26:46 2009
New Revision: 42708
URL: https://trac.parrot.org/parrot/changeset/42708

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

Modified:
   trunk/t/pmc/object-meths.t

Modified: trunk/t/pmc/object-meths.t
==============================================================================
--- trunk/t/pmc/object-meths.t	Sat Nov 21 14:25:54 2009	(r42707)
+++ trunk/t/pmc/object-meths.t	Sat Nov 21 14:26:46 2009	(r42708)
@@ -1098,7 +1098,7 @@
 get_class was called
 OUTPUT
 
-pir_error_output_like( <<'CODE', <<'OUTPUT', "method called on non-object (RT #50440)" );
+pir_error_output_like( <<'CODE', <<'OUTPUT', "method called on non-object" );
 .namespace [ 'Foo' ]
 
 .sub 'blah' :method


More information about the parrot-commits mailing list