Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove outdated test
  • Loading branch information
moritz committed Oct 1, 2011
1 parent 6875b22 commit 55356a5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions S06-signature/slurpy-params.t
Expand Up @@ -3,7 +3,7 @@ use Test;

# L<S06/List parameters/Slurpy parameters>

plan 58;
plan 57;

sub xelems(*@args) { @args.elems }
sub xjoin(*@args) { @args.join('|') }
Expand Down Expand Up @@ -252,13 +252,6 @@ eval_dies_ok 'sub rt65324(*@x, $oops) { say $oops }',
}


# RT #74344
#?rakudo skip 'RT 74344'
{
sub slurpy-by-name(*@var) { @var.join('|') }
is slurpy-by-name(:var<a v g>), 'a|v|g', 'Can call slurpy param by name';
}

# RT #61772
{
sub array_slurpy_copy(*@a is copy) {
Expand Down

0 comments on commit 55356a5

Please sign in to comment.