diff options
| author | Abigail <abigail@abigail.be> | 2021-07-26 17:49:42 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-07-26 17:49:42 +0200 |
| commit | 331e624891c64fa73a8b0523cc514b8b910f6f11 (patch) | |
| tree | ff8ccacdcaea44811aa40d4d496ece79dcf99877 | |
| parent | 838a1f7ff7ecba5ac32306cabd9af33fff3762ab (diff) | |
| download | perlweeklychallenge-club-331e624891c64fa73a8b0523cc514b8b910f6f11.tar.gz perlweeklychallenge-club-331e624891c64fa73a8b0523cc514b8b910f6f11.tar.bz2 perlweeklychallenge-club-331e624891c64fa73a8b0523cc514b8b910f6f11.zip | |
Reduce largest test.
AWK can't handle integers that large...
| -rw-r--r-- | challenge-123/abigail/t/input-1-2 | 2 | ||||
| -rw-r--r-- | challenge-123/abigail/t/output-1-2.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-123/abigail/t/input-1-2 b/challenge-123/abigail/t/input-1-2 index 19badcb992..d59e6110af 100644 --- a/challenge-123/abigail/t/input-1-2 +++ b/challenge-123/abigail/t/input-1-2 @@ -1,4 +1,4 @@ 10 100 1000 -10000 +5000 diff --git a/challenge-123/abigail/t/output-1-2.exp b/challenge-123/abigail/t/output-1-2.exp index a47264692c..8ba1659605 100644 --- a/challenge-123/abigail/t/output-1-2.exp +++ b/challenge-123/abigail/t/output-1-2.exp @@ -1,4 +1,4 @@ 12 1536 51200000 -288325195312500000 +50837316566580 |
