Skip to content

Commit

Permalink
Cover coredump in math
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Sep 25, 2018
1 parent 30ad4de commit 22c59ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MISC/bug-coverage.t
Expand Up @@ -6,7 +6,11 @@ use Test::Util;
# This file is for random bugs that don't really fit well in other places.
# Feel free to move the tests to more appropriate places.

plan 12;
plan 13;

# https://github.com/rakudo/rakudo/issues/2280
is-deeply (11**5, */-2 … 0)[31], <-161051/2147483648>,
'thou shall not coredump';

subtest '.count-only/.bool-only for iterated content' => {
plan 25;
Expand Down

0 comments on commit 22c59ed

Please sign in to comment.