[svn:parrot] r39622 - branches/tt761_keys_revamp/t/pmc
bacek at svn.parrot.org
bacek at svn.parrot.org
Wed Jun 17 12:43:49 UTC 2009
Author: bacek
Date: Wed Jun 17 12:43:49 2009
New Revision: 39622
URL: https://trac.parrot.org/parrot/changeset/39622
Log:
[t] Add HashIterator to untestable without initialiser.
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 Wed Jun 17 12:43:31 2009 (r39621)
+++ branches/tt761_keys_revamp/t/pmc/pmc.t Wed Jun 17 12:43:49 2009 (r39622)
@@ -49,7 +49,7 @@
my $checkTypes;
my %types_we_cant_test
= map { $_ => 1; } ( # These require initializers.
- qw(default Null Iterator ArrayIterator Enumerate ParrotObject ParrotThread BigInt LexInfo LexPad Object Handle),
+ qw(default Null Iterator ArrayIterator HashIterator 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