Skip to content

Commit

Permalink
Un-fudge tests for RT #122109.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 12, 2015
1 parent a7bb01d commit 21602c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S12-class/attributes.t
Expand Up @@ -164,14 +164,12 @@ eval_dies_ok q[
}

# RT #75858
#?rakudo todo 'where clauses on attributes NYI, RT #122109'
{
lives_ok { EVAL 'my class RT75858 { has $.x where 1 }' },
'can use where clause on an attribute';
}

# RT #122109
#?rakudo skip 'where clauses on attributes NYI, RT #122109'
{
my class RT122109 { has $.x where * > 0 };
dies_ok { RT122109.new(:x(-42)) },
Expand Down

0 comments on commit 21602c8

Please sign in to comment.