Skip to content

Commit

Permalink
JVM-fudge a failing test (with ticket number)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 13, 2014
1 parent 9906142 commit 67a7d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S04-blocks-and-statements/let.t
Expand Up @@ -49,6 +49,7 @@ plan 12;
is((let $a = 23; $a), 23, "let() changed the variable in a try block");
die 57;
};
#?rakudo.jvm todo 'let restore on exception, RT 121647'
is $a, 42, "let() restored the variable, the block was exited using an exception";
}

Expand Down

0 comments on commit 67a7d45

Please sign in to comment.