Skip to content

Commit

Permalink
Fudge test ('skip') for RT #124330
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Apr 18, 2015
1 parent 1790997 commit c66a66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/advent2012-day04.t
Expand Up @@ -18,6 +18,7 @@ sub largest-prime-factor($n is copy) {
is largest-prime-factor(600_851_475_143), 6857, 'largest prime factor';

# Problem 53
#?rakudo skip 'RT #124330'
is_deeply do {
[1], -> @p { [0, @p Z+ @p, 0] } ... * # generate Pascal's triangle
==> (*[0..100])() # get rows up to n = 100
Expand Down

0 comments on commit c66a66c

Please sign in to comment.