Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove a wrong test, update test plan
  • Loading branch information
moritz committed May 14, 2012
1 parent 470da6d commit 21f9cd3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions S06-signature/multidimensional.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 7;
plan 5;

# L<S06/"Multidimensional argument list binding">

Expand All @@ -26,11 +26,4 @@ sub get_multidim_arglist (**@AoA) { @AoA }
is ~@AoA[0], "a b c", "multidim arglist binding with only one array (2)";
}

{
# XXX is this correct?
dies_ok { get_multidim_arglist(1,2,3) },
"three scalars are not compatible with a sub expecting a multidim arglist";
}


# vim: ft=perl6

0 comments on commit 21f9cd3

Please sign in to comment.