Skip to content

Commit

Permalink
Unfudge test for HOW(...).
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 20, 2015
1 parent 3a01073 commit 4ee860b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S12-introspection/meta-class.t
Expand Up @@ -19,7 +19,6 @@ class Foo:ver<0.0.1> {
# L<S12/Introspection/should be called through the meta object>

ok(Foo.HOW.can(Foo, 'bar'), '... Foo can bar');
#?rakudo skip 'precedence of HOW RT #125015'
ok(HOW(Foo).can(Foo, 'bar'), '... Foo can bar (anthoer way)');
ok(Foo.^can('bar'), '... Foo can bar (as class method)');
ok(Foo.HOW.isa(Foo, Foo), '... Foo is-a Foo (of course)');
Expand Down

0 comments on commit 4ee860b

Please sign in to comment.