Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs fudge
  • Loading branch information
coke committed Apr 28, 2013
1 parent c07b14a commit 48308c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S12-construction/destruction.t
Expand Up @@ -41,6 +41,7 @@ for 1 .. 100
#?pugs 2 skip 'broken after Object -> Mu conversion'
ok( $in_destructor, '... only when object goes away everywhere' );
is( +@destructor_order, 2, '... only as many as available DESTROY submethods' );
#?pugs 2 skip 'order is not guaranteed in pugs'
is( @destructor_order[0], 'Child', 'Child DESTROY should fire first' );
is( @destructor_order[1], 'Parent', '... then parent' );

Expand Down

0 comments on commit 48308c5

Please sign in to comment.