Skip to content

Commit

Permalink
Fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jan 17, 2018
1 parent c266fcd commit 46cf367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nqp/060-bigint.t
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ ok(str(nqp::expmod_I(
$bi_type,
)) eq '1527229998585248450016808958343740453059', 'nqp::expmod_I');

ok(nqp::div_In(box(1234500), box(100)) == 12345, 'div_In santiy');
ok(nqp::div_In(box(1234500), box(100)) == 12345, 'div_In sanity');
my $n := nqp::div_In(
nqp::pow_I(box(203), box(200), $n_type, $bi_type),
nqp::pow_I(box(200), box(200), $n_type, $bi_type),
Expand Down

0 comments on commit 46cf367

Please sign in to comment.