Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed stray 'say' - was breaking TAP
  • Loading branch information
dwarring committed Aug 5, 2014
1 parent 0828e60 commit 6b28a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/advent2011-day04.t
Expand Up @@ -15,7 +15,7 @@ multi sub trait_mod:<is>(Routine $r, :$Cached!) {
?? %cache{$arg}
# ... and calls the original, if it
# is not found in the cache
!! (%cache{$arg} = callwith($arg); say $arg => %cache{$arg}; %cache{$arg})
!! (%cache{$arg} = callwith($arg))
}
);
}
Expand Down

0 comments on commit 6b28a6c

Please sign in to comment.