Skip to content

Commit 1facfbf

Browse files
committed
Run test (todo) that doesn't die anymore
1 parent 931e8d0 commit 1facfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S05-substitution/subst.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ is '12'.subst(/(.)(.)/,{$()*2}),'24', '.. and do nifty things in closures';
509509
}
510510

511511
# RT #114388 -- part two
512-
#?rakudo skip "RT #114388 -- No such method 'subst-mutate' for invocant of type 'Any'"
512+
#?rakudo todo "RT #114388 -- expected: '', got: (Any)"
513513
{
514514
$_ = Any;
515515
s[ea] = "rea";

0 commit comments

Comments
 (0)