Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
eval-safeguard another failing dispatch
  • Loading branch information
moritz committed Oct 3, 2011
1 parent 7db2936 commit 7f5a2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/advent2009-day04.t
Expand Up @@ -15,4 +15,4 @@ is fac(2), 2, 'fac(2) works';
is fac(3), 6, 'fac(3) works';
is fac(4), 24, 'fac(4) works';

dies_ok { fac('oh noes i am a string') }, 'Can only call it with ints';
nok eval(q[ fac('oh noes i am a string')]), 'Can only call it with ints';

0 comments on commit 7f5a2ae

Please sign in to comment.