[svn:parrot] r39830 - branches/tt761_keys_revamp/t/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Jun 29 10:09:07 UTC 2009


Author: bacek
Date: Mon Jun 29 10:09:07 2009
New Revision: 39830
URL: https://trac.parrot.org/parrot/changeset/39830

Log:
[t] Add OrderedHashIterator into non-testable without init.

Modified:
   branches/tt761_keys_revamp/t/pmc/pmc.t

Modified: branches/tt761_keys_revamp/t/pmc/pmc.t
==============================================================================
--- branches/tt761_keys_revamp/t/pmc/pmc.t	Mon Jun 29 10:02:02 2009	(r39829)
+++ branches/tt761_keys_revamp/t/pmc/pmc.t	Mon Jun 29 10:09:07 2009	(r39830)
@@ -49,7 +49,7 @@
 my $checkTypes;
 my %types_we_cant_test
     = map { $_ => 1; } (    # These require initializers.
-    qw(default Null Iterator ArrayIterator HashIterator StringIterator Enumerate ParrotObject ParrotThread BigInt LexInfo LexPad Object Handle),
+    qw(default Null Iterator ArrayIterator HashIterator StringIterator OrderedHashIterator Enumerate ParrotObject ParrotThread BigInt LexInfo LexPad Object Handle),
 
     # Instances of these appear to have other types.
     qw(PMCProxy Class) );


More information about the parrot-commits mailing list