From c671a1669733552b7e9215311fc6fc65fd4a3729 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 8 Apr 2019 05:36:58 +0000 Subject: [PATCH] added a test case to test-001.moo --- moo/kernel/test-001.moo | 1 + 1 file changed, 1 insertion(+) 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 ], ## =========================