Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change fudged test for JVM from 'skipped' to 'todo'
  • Loading branch information
usev6 committed May 9, 2015
1 parent 6a71064 commit 5232641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S04-phasers/keep-undo.t
Expand Up @@ -95,7 +95,7 @@ plan 16;
},
'UNDO fires after die' );

#?rakudo.jvm skip "RT #111866"
#?rakudo.jvm todo "RT #111866"
is_run( q[do { UNDO { say 'undone' }; die 'foobar' }],
{
out => "undone\n",
Expand Down

0 comments on commit 5232641

Please sign in to comment.