Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test for RT #126104.
  • Loading branch information
jnthn committed Sep 19, 2015
1 parent f55aa8d commit fbd627c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion S02-names/is_default.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 107;
plan 108;

# L<S02/Variables Containing Undefined Values>

Expand Down Expand Up @@ -228,4 +228,7 @@ plan 107;
'the default(*) trait on natives';
} #4

# RT #126104
lives-ok { EVAL 'my Any $a is default(3)' }, 'Default value that is subtype of constraint works fine';

# vim: ft=perl6

0 comments on commit fbd627c

Please sign in to comment.