Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken RT reference
  • Loading branch information
hoelzro committed Jul 25, 2014
1 parent 0c689b3 commit 1dffa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S26-documentation/10-doc-cli.t
Expand Up @@ -24,7 +24,7 @@ my $POD2 = $POD ~ Q:to<CODE>;
DOC INIT { say 'alive'; exit };
CODE
#?rakudo todo 'RT #12205'
#?rakudo todo 'RT #122056'
is_run :compiler-args['--doc'], $POD2 , {
out => rx/'alive'/, err => '',
}, 'basic --doc with DOC INIT block';
Expand Down

0 comments on commit 1dffa82

Please sign in to comment.