Skip to content

Commit

Permalink
Remove space in fudge #273
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jun 1, 2017
1 parent a19c632 commit dcfb2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-subset/subtypes.t
Expand Up @@ -272,7 +272,7 @@ ok "x" !~~ NW1, 'subset declaration without where clause rejects wrong value';
subset PInt of Int where { $_ > 0 };
my PInt @a = 2, 3;
sub f(PInt @a) { 1; }
#? rakudo todo 'Parameterized subs do not take Array of subset types'
#?rakudo todo 'Parameterized subs do not take Array of subset types'
lives-ok { f(@a) }, 'Array of subset type as parameter to function';
}

Expand Down

0 comments on commit dcfb2db

Please sign in to comment.