Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
todo => skip, due to stricter compile time checks.
  • Loading branch information
jnthn committed Aug 4, 2013
1 parent e9c1af8 commit 585d3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/nil.t
Expand Up @@ -75,7 +75,7 @@ ok !Nil.new.defined, 'Nil.new is not defined';

sub f2(Int $x?) { $x }
my $z;
#?rakudo todo 'triage'
#?rakudo skip 'triage'
lives_ok { $z = f2(Nil) }, 'param: lives for optional';
#?rakudo todo 'triage'
ok $z === Int, '... set to type object';
Expand Down

0 comments on commit 585d3d9

Please sign in to comment.