Skip to content

Commit

Permalink
ensure coverage of FixedBooleanArray destroy
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@49718 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
NotFound committed Oct 28, 2010
1 parent 7a2658d commit 9994819
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/pmc/fixedbooleanarray.t
Expand Up @@ -49,6 +49,10 @@ out-of-bounds test. Checks INT and PMC keys.
$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'
Expand Down

0 comments on commit 9994819

Please sign in to comment.