Skip to content

Commit

Permalink
get rid of those passing TODO tests (rakudo)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 10, 2011
1 parent dd094a9 commit ba6e5a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S06-routine-modifiers/scoped-named-subs.t
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ eval_dies_ok
'my Num List sub f () { return ("A") }; f()',
'Return of list with wrong type dies';

#?rakudo 2 todo 'RT 65128'
#?niecza todo
eval_lives_ok
'my List sub f () { return () }; f()',
Expand Down
1 change: 0 additions & 1 deletion S10-packages/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ is Simple::Bar.new.baz, 'hi', 'class test';
'Non-existent method with package';
}

#?rakudo todo 'RT #63826'
{
enum SimpleB <a>; # useful for fudging success
is Simple::B::a.Numeric, 0, 'enum in package'
Expand Down

0 comments on commit ba6e5a0

Please sign in to comment.