Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed guff
  • Loading branch information
dwarring committed Jun 16, 2014
1 parent 0a4db36 commit 19bd159
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions integration/advent2011-day11.t
Expand Up @@ -85,11 +85,6 @@ my $untrusty = Untrusty.new;
$untrusty.add_item('Contrivance', 60.00);
$untrusty.add_item('Apparatus', 50.00);

class Untrusting is Order {
method try-pub {self.discount}
method try-priv {EVAL 'self!compute_subtotal() - self!compute_discount()'}
}

lives_ok {$untrusty.try-pub}, 'inheritance public method, (untrusting)';
dies_ok {$untrusty.try-priv}, 'inheritance private method, (untrusting)';

0 comments on commit 19bd159

Please sign in to comment.