[svn:parrot] r48379 - branches/dynop_mapping/t/pmc

plobsing at svn.parrot.org plobsing at svn.parrot.org
Tue Aug 10 04:46:42 UTC 2010


Author: plobsing
Date: Tue Aug 10 04:46:41 2010
New Revision: 48379
URL: https://trac.parrot.org/parrot/changeset/48379

Log:
fix test - OpLib now requires an initializer

Modified:
   branches/dynop_mapping/t/pmc/pmc.t

Modified: branches/dynop_mapping/t/pmc/pmc.t
==============================================================================
--- branches/dynop_mapping/t/pmc/pmc.t	Tue Aug 10 04:45:12 2010	(r48378)
+++ branches/dynop_mapping/t/pmc/pmc.t	Tue Aug 10 04:46:41 2010	(r48379)
@@ -51,7 +51,9 @@
 my $checkTypes;
 my %types_we_cant_test
     = map { $_ => 1; } (    # These require initializers.
-    qw(default Null Iterator ArrayIterator HashIterator StringIterator OrderedHashIterator Enumerate ParrotObject ParrotThread BigInt LexInfo LexPad Object Handle Opcode),
+    qw(default Null Iterator ArrayIterator HashIterator StringIterator
+        OrderedHashIterator Enumerate ParrotObject ParrotThread BigInt LexInfo
+        LexPad Object Handle Opcode OpLib),
 
     # Instances of these appear to have other types.
     qw(PMCProxy Class) );


More information about the parrot-commits mailing list