[svn:parrot] r39558 - branches/tt761_keys_revamp/t/pmc
bacek at svn.parrot.org
bacek at svn.parrot.org
Sun Jun 14 10:15:30 UTC 2009
Author: bacek
Date: Sun Jun 14 10:15:30 2009
New Revision: 39558
URL: https://trac.parrot.org/parrot/changeset/39558
Log:
[t] Add ArrayIterator to untestable without initialisation.
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 Sun Jun 14 10:15:07 2009 (r39557)
+++ branches/tt761_keys_revamp/t/pmc/pmc.t Sun Jun 14 10:15:30 2009 (r39558)
@@ -49,7 +49,7 @@
my $checkTypes;
my %types_we_cant_test
= map { $_ => 1; } ( # These require initializers.
- qw(default Null Iterator Enumerate ParrotObject ParrotThread BigInt LexInfo LexPad Object Handle),
+ qw(default Null Iterator ArrayIterator 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