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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Tue Apr 28 08:16:27 UTC 2009


Author: chromatic
Date: Tue Apr 28 08:16:26 2009
New Revision: 38387
URL: https://trac.parrot.org/parrot/changeset/38387

Log:
[t] Removed a TODO test marker for which a test exists and passes.

Modified:
   trunk/t/pmc/key.t

Modified: trunk/t/pmc/key.t
==============================================================================
--- trunk/t/pmc/key.t	Tue Apr 28 06:20:02 2009	(r38386)
+++ trunk/t/pmc/key.t	Tue Apr 28 08:16:26 2009	(r38387)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -19,14 +19,13 @@
 .sub main :main
     .include 'test_more.pir'
 
-    plan(10)
+    plan(9)
 
     traverse_key_chain()
     extract_int_from_string_keys()
     extract_string_from_int_keys()
     use_number_keys()
     do_not_collect_string_keys_early_rt_60128()
-    todo(0, 'register and non-register string keys should be COW (RT #60128)' )
 .end
 
 .sub traverse_key_chain


More information about the parrot-commits mailing list