[svn:parrot] r49718 - trunk/t/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Oct 28 21:59:24 UTC 2010


Author: NotFound
Date: Thu Oct 28 21:59:24 2010
New Revision: 49718
URL: https://trac.parrot.org/parrot/changeset/49718

Log:
ensure coverage of FixedBooleanArray destroy

Modified:
   trunk/t/pmc/fixedbooleanarray.t

Modified: trunk/t/pmc/fixedbooleanarray.t
==============================================================================
--- trunk/t/pmc/fixedbooleanarray.t	Thu Oct 28 21:58:13 2010	(r49717)
+++ trunk/t/pmc/fixedbooleanarray.t	Thu Oct 28 21:59:24 2010	(r49718)
@@ -49,6 +49,10 @@
     $P0 = 1
     $I0 = $P0
     is($I0, 1, 'size set to 1')
+
+    # Make sure destroy is exercised
+    null $P0
+    sweep 1
 .end
 
 .sub 'resizing_not_allowed'


More information about the parrot-commits mailing list