Skip to content

Commit

Permalink
un-todo test for RT #79160
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpilot committed Aug 10, 2014
1 parent e38ff49 commit c2e9aa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S12-subset/subtypes.t
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,8 @@ ok "x" !~~ NW1, 'subset declaration without where clause rejects wrong value';
# RT #79160
{
my Str subset MyStr;
#?rakudo todo 'RT #79160'
ok MyStr ~~ Str, 'my str subset MyStr creates basically a type alias (1)';
ok 'foo' ~~ MyStr, 'my str subset MyStr creates basically a type alias (2)';
#?rakudo todo 'RT #79160'
ok 2 !~~ MyStr, 'Ints are not in there';
}

Expand Down

0 comments on commit c2e9aa8

Please sign in to comment.