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

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


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

Log:
Delete reference to resolved RT #43869.

Modified:
   trunk/t/pmc/multisub.t

Modified: trunk/t/pmc/multisub.t
==============================================================================
--- trunk/t/pmc/multisub.t	Sat Nov 21 14:33:13 2009	(r42715)
+++ trunk/t/pmc/multisub.t	Sat Nov 21 14:34:17 2009	(r42716)
@@ -44,7 +44,7 @@
     push $P0, "goodbye"
     $S0 = foo($P0 :flat)
     is($S0, "testing 42, goodbye", "Int and String :flat")
-    ## Now try double :flat (regression test for RT #43869).
+    ## Now try double :flat
     $P1 = new ['ResizablePMCArray']
     push $P1, 42
     $P2 = new ['ResizablePMCArray']


More information about the parrot-commits mailing list