Skip to content

Commit edf9db8

Browse files
committed
Fudge (skip) failing test for rakudo.parrot (RT #123234)
1 parent 3426474 commit edf9db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S12-subset/subtypes.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Tests subtypes, specifically in the context of multimethod dispatch.
7777
ok $c ~~ Int::Even, "our var is a Int::Even";
7878
try { $c = 7 }
7979
is $c, 6, "setting a Int::Even to an odd value dies";
80+
#?rakudo.parrot skip 'RT #123234'
8081
ok EVAL('!try { my Int::Even $d }'),
8182
"lexically declared subtype went out of scope";
8283
}

0 commit comments

Comments
 (0)