Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Skip bogus is Foo on state variables.
  • Loading branch information
arnsholt committed Nov 25, 2015
1 parent 373ecf3 commit b287fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S02-types/is-type.t
Expand Up @@ -41,8 +41,9 @@ sub test-state() {
}
$got
}
#?rakudo todo 'state variables with `is BagHash`'
#?rakudo skip 'state variables with `is BagHash`'
is test-state(), 2, 'state variable with `is BagHash` retains state...';
#?rakudo skip 'state variables with `is BagHash`'
is test-state(), 2, '...and it is per closure clone';

for ^2 {
Expand Down

0 comments on commit b287fb8

Please sign in to comment.