Skip to content

Commit

Permalink
Unfudge now passing tests, also for #77472
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 27, 2014
1 parent d2d8343 commit 7833d5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions S02-names/is_cached.t
Expand Up @@ -75,13 +75,11 @@ plan 38;
is foo(42), 42, 'did we get the value back (1)';
is_deeply @int, [42], 'was the code done (1)';
is foo(42), 42, 'did we get the value back (2)';
#?rakudo todo 'optimizer kills the proto even though "is cached"'
is_deeply @int, [42], 'was the code done (2)';

is foo("Camelia"), "Camelia", 'did we get the value back (3)';
is_deeply @str, [<Camelia>], 'was the code done (3)';
is foo("Camelia"), "Camelia", 'did we get the value back (4)';
#?rakudo todo 'optimizer kills the proto even though "is cached"'
is_deeply @str, [<Camelia>], 'was the code done (4)';
} #4

Expand Down
1 change: 0 additions & 1 deletion S06-advanced/wrap.t
Expand Up @@ -224,7 +224,6 @@ dies_ok { {nextsame}() }, '{nextsame}() dies properly';
&multi-to-wrap.wrap({
2 * callsame;
});
#?rakudo todo 'RT #77472'
is multi-to-wrap(5), 20, 'can wrap a multi';
}

Expand Down

0 comments on commit 7833d5d

Please sign in to comment.