Skip to content

Commit

Permalink
[v6.d REVIEW] Remove .isa(Str:D) proptest fudge
Browse files Browse the repository at this point in the history
That feature is slated for deprecation:
rakudo/rakudo#2335 (comment)
  • Loading branch information
zoffixznet committed Oct 15, 2018
1 parent 963b08f commit 6414bc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S29-any/isa.t
Expand Up @@ -70,8 +70,6 @@ class Thing::something {};
{
role A { };
nok A.new.isa(A), 'A punned role is not an isa of itself by type';
#?rakudo todo 'R#2335'
nok A.new.isa('A'), 'A punned role is not an isa of itself by name';
}

# vim: ft=perl6

0 comments on commit 6414bc2

Please sign in to comment.