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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 14:17:10 UTC 2009


Author: jkeenan
Date: Sat Nov 21 14:17:09 2009
New Revision: 42704
URL: https://trac.parrot.org/parrot/changeset/42704

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

Modified:
   trunk/t/pmc/undef.t

Modified: trunk/t/pmc/undef.t
==============================================================================
--- trunk/t/pmc/undef.t	Sat Nov 21 14:15:41 2009	(r42703)
+++ trunk/t/pmc/undef.t	Sat Nov 21 14:17:09 2009	(r42704)
@@ -170,10 +170,10 @@
     $P1 = new ['Undef']
     $P2 = new ['Undef']
     if $P1 == $P2 goto ok
-        ok( 0, 'Undef == Undef (RT #33603)' )
+        ok( 0, 'Undef == Undef' )
         .return()
   ok:
-    ok( 1, 'Undef == Undef (RT #33603)' )
+    ok( 1, 'Undef == Undef' )
 .end
 
 .sub set_undef_to_object


More information about the parrot-commits mailing list