Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge problematic test: we're throwing immediately
  • Loading branch information
lizmat committed Jan 15, 2015
1 parent 4b5a806 commit 22ef35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-types/nested_arrays.t
Expand Up @@ -34,6 +34,7 @@ plan 9;
}

# RT #98954
#?rakudo skip 'Should we fail, or should we throw'
{
my @a = [1], [2], [3];
is (map { @a[1 - $_][0] }, 0 .. 3).perl,
Expand Down

0 comments on commit 22ef35b

Please sign in to comment.