[svn:parrot] r40328 - branches/io_cleanups/t/pmc

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Thu Jul 30 00:39:11 UTC 2009


Author: whiteknight
Date: Thu Jul 30 00:39:10 2009
New Revision: 40328
URL: https://trac.parrot.org/parrot/changeset/40328

Log:
[io_cleanups] the Handle PMC type is instantiable right now (whether that's a good thing or not) so we shouldn't be testing to prove that it isn't instantiable

Modified:
   branches/io_cleanups/t/pmc/handle.t

Modified: branches/io_cleanups/t/pmc/handle.t
==============================================================================
--- branches/io_cleanups/t/pmc/handle.t	Thu Jul 30 00:24:00 2009	(r40327)
+++ branches/io_cleanups/t/pmc/handle.t	Thu Jul 30 00:39:10 2009	(r40328)
@@ -21,10 +21,7 @@
     .include 'test_more.pir'
 
     plan(1)
-    push_eh cant_instantiate
     $P0 = new 'Handle'
-    print "not "
-  cant_instantiate:
     say "ok 1"
 .end
 


More information about the parrot-commits mailing list