Skip to content

Commit

Permalink
[t/spec] fudge test that TimToady++ corrected and now does not pass o…
Browse files Browse the repository at this point in the history
…n Rakudo anymore

git-svn-id: http://svn.pugscode.org/pugs@27622 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Jul 20, 2009
1 parent 985c0bf commit f81e0ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions S06-signature/optional.t
Expand Up @@ -37,6 +37,7 @@ is opt_typed() , 'undef', 'can leave out optional typed param';

# L<S06/Parameters and arguments/"required positional parameters must come
# before those bound to optional positional">
#?rakudo todo 'die on optional param before required'
eval_dies_ok 'sub wrong ($a?, $b) {...}', 'options params before required ones are forbidden';

sub foo_53814($w, $x?, :$y = 2){ $w~"|"~$x~"|"~$y };
Expand Down
2 changes: 2 additions & 0 deletions S12-methods/defer-next.t
Expand Up @@ -82,3 +82,5 @@ class BarNextWithInt is Foo {
$o.doit(5);
is($o.show, 'barint,fooint,', 'nextwith(42) multimethod/inheritance test');
}

# vim: ft=perl6

0 comments on commit f81e0ca

Please sign in to comment.