Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
moar-fudge a test; add ticket number
  • Loading branch information
moritz committed Mar 27, 2014
1 parent 8a1b7e7 commit 7359778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S02-types/type.t
Expand Up @@ -54,6 +54,8 @@ my Str $bar;
eval_lives_ok('my num $alpha = 1e0', 'Has native type num');
#?pugs 2 todo
#?rakudo.jvm todo "nigh"
#?rakudo.moar todo "nigh"
# RT #121518
eval_lives_ok('my num $alpha = Nil', 'native num type can be undefined');
lives_ok({my Num $beta = Nil}, 'object Num type can be undefined');
}
Expand Down

0 comments on commit 7359778

Please sign in to comment.