Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix busted test; Should use declared type.
jnthn++
  • Loading branch information
coke committed Jul 11, 2014
1 parent 669ec1f commit 75b7b15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S02-types/nil.t
Expand Up @@ -57,8 +57,7 @@ ok !Nil.new.defined, 'Nil.new is not defined';
my MyInt $x = 5;

lives_ok { $x = Nil }, 'can assign Nil to subsets';
#?rakudo todo 'triage'
ok $x === Int, 'assigns to base-type object';
ok $x === MyInt, 'assigns to subset type object';
}

{
Expand Down

0 comments on commit 75b7b15

Please sign in to comment.