Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change fudged test from 'skipped' to 'todo'
  • Loading branch information
usev6 committed May 9, 2015
1 parent fa77e08 commit 45947e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/array.t
Expand Up @@ -351,7 +351,7 @@ my @array2 = ("test", 1, Mu);
}

#?niecza skip "throws_like"
#?rakudo skip "regression to AdHoc exception RT #124509"
#?rakudo todo "regression to AdHoc exception RT #124509"
{
throws_like { EVAL 'my @a = 1..*; @a[Inf] = "dog"' },
X::Item,
Expand Down

0 comments on commit 45947e0

Please sign in to comment.