Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update lastcall.t for current spec.
  • Loading branch information
jnthn committed Sep 12, 2011
1 parent 65541e3 commit ff5b76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-methods/lastcall.t
Expand Up @@ -9,7 +9,7 @@ plan 6;
class Foo {
# $.tracker is used to determine the order of calls.
has $.tracker is rw;
method doit($foo) { $.tracker ~= 'foo,' } #OK not used
multi method doit($foo) { $.tracker ~= 'foo,' } #OK not used
method show {$.tracker}
method clear {$.tracker = ''}
}
Expand Down

0 comments on commit ff5b76b

Please sign in to comment.