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

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Jun 29 09:57:37 UTC 2009


Author: bacek
Date: Mon Jun 29 09:57:36 2009
New Revision: 39826
URL: https://trac.parrot.org/parrot/changeset/39826

Log:
[t] Put StringIterator into non-testable without initializer.

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 07:26:45 2009	(r39825)
+++ branches/tt761_keys_revamp/t/pmc/pmc.t	Mon Jun 29 09:57:36 2009	(r39826)
@@ -49,7 +49,7 @@
 my $checkTypes;
 my %types_we_cant_test
     = map { $_ => 1; } (    # These require initializers.
-    qw(default Null Iterator ArrayIterator HashIterator Enumerate ParrotObject ParrotThread BigInt LexInfo LexPad Object Handle),
+    qw(default Null Iterator ArrayIterator HashIterator StringIterator 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