[svn:parrot] r41812 - branches/pcc_reapply/t/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Oct 11 00:07:09 UTC 2009


Author: mikehh
Date: Sun Oct 11 00:07:07 2009
New Revision: 41812
URL: https://trac.parrot.org/parrot/changeset/41812

Log:
remove TODO from passing test in t/pmc/multidispatch.t

Modified:
   branches/pcc_reapply/t/pmc/multidispatch.t

Modified: branches/pcc_reapply/t/pmc/multidispatch.t
==============================================================================
--- branches/pcc_reapply/t/pmc/multidispatch.t	Sat Oct 10 23:39:00 2009	(r41811)
+++ branches/pcc_reapply/t/pmc/multidispatch.t	Sun Oct 11 00:07:07 2009	(r41812)
@@ -998,7 +998,7 @@
 nothing
 OUTPUT
 
-pir_output_is( <<'CODE', <<'OUTPUT', "use a core func for an object", todo => 'RT #59628' );
+pir_output_is( <<'CODE', <<'OUTPUT', "use a core func for an object");
 .sub main :main
     .local pmc d, l, r, cl
     cl = newclass "AInt"


More information about the parrot-commits mailing list