Skip to content

Commit

Permalink
[t/spec] open_closed.t missing {
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@26800 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
lwall committed May 12, 2009
1 parent 249aa06 commit 68cb939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S12-class/open_closed.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class Bar is open {
augment class Bar {
method d {'called Bar.d'}
}

{
my $o = Bar.new;
is($o.c, 'called Bar.c', 'old method is still present');
is($o.d, 'called Bar.d', 'new method is also present');
Expand Down

0 comments on commit 68cb939

Please sign in to comment.