Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove obsolete TODO marker - bug is fixed
  • Loading branch information
niner committed Dec 16, 2015
1 parent b2394b1 commit cd6ef58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S11-compunit/rt126904.t
Expand Up @@ -7,7 +7,6 @@ my $proc = run 'perl6', '-I', 't/spec/packages/RT126904/lib', '-e',
'use Woohoo::Foo::Bar; use Woohoo::Foo::Baz; my Woohoo::Foo::Bar $bar;',
:err;

todo('because RT #126904', 1);
is($proc.err.slurp-rest, '', "compilation errors");

# vim: ft=perl6

0 comments on commit cd6ef58

Please sign in to comment.