diff --git a/moo/kernel/test-001.moo b/moo/kernel/test-001.moo index b5fa4ec..fa3010f 100644 --- a/moo/kernel/test-001.moo +++ b/moo/kernel/test-001.moo @@ -385,6 +385,7 @@ extend MyObject [ self testBigintDiv: 16rfffffffffffffffe divisor: 16rffffffff count: 2000 ], [ self testBigintDiv: 68651967526299315528548877601614136727014 divisor: 1729382256910270380 count: 1 ], [ self testBigintDiv: 43943618413704592900396132847030223073729048496 divisor: 1135814937804493543741046072006331 count: 1 ], + [ self testBigintDiv: 76733673740671314025981152630586699414203 divisor: 12682136550675277273 count: 1 ], ## =========================