Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge (skip) failing test for rakudo.parrot (RT #123234)
  • Loading branch information
usev6 committed Nov 17, 2014
1 parent 3426474 commit edf9db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S12-subset/subtypes.t
Expand Up @@ -77,6 +77,7 @@ Tests subtypes, specifically in the context of multimethod dispatch.
ok $c ~~ Int::Even, "our var is a Int::Even";
try { $c = 7 }
is $c, 6, "setting a Int::Even to an odd value dies";
#?rakudo.parrot skip 'RT #123234'
ok EVAL('!try { my Int::Even $d }'),
"lexically declared subtype went out of scope";
}
Expand Down

0 comments on commit edf9db8

Please sign in to comment.