Skip to content

Commit

Permalink
Unfudge now passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 25, 2015
1 parent f31fbab commit 3abe56f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S02-names/is_default.t
Expand Up @@ -181,7 +181,6 @@ plan 110;
X::Parameter::Default::TypeCheck,
expected => Int,
got => 'foo';
#?rakudo todo 'Nil does not survive passing to the exception'
throws-like 'my Int $a is default(Nil)',
X::Parameter::Default::TypeCheck,
expected => Int,
Expand All @@ -190,7 +189,6 @@ plan 110;
X::Parameter::Default::TypeCheck,
expected => Array[Int],
got => 'foo';
#?rakudo todo 'Nil does not survive passing to the exception'
throws-like 'my Int @a is default(Nil)',
X::Parameter::Default::TypeCheck,
expected => Array[Int],
Expand All @@ -199,7 +197,6 @@ plan 110;
X::Parameter::Default::TypeCheck,
expected => Hash[Int],
got => 'foo';
#?rakudo todo 'Nil does not survive passing to the exception'
throws-like 'my Int %a is default(Nil)',
X::Parameter::Default::TypeCheck,
expected => Hash[Int],
Expand Down

0 comments on commit 3abe56f

Please sign in to comment.