Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
don-clugston-sociomantic committed Jul 12, 2012
1 parent 5e7b333 commit 8af5559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/bigint.d
Expand Up @@ -581,7 +581,7 @@ unittest // Recursive division, bug 5568
// Bug 7973
auto a7973 = 10_000_000_000_000_000;
const c7973 = 10_000_000_000_000_000;
immutable c7973 = 10_000_000_000_000_000;
immutable i7973 = 10_000_000_000_000_000;
BigInt v7973 = 2551700137;
v7973 %= a7973;
assert(v7973 == 2551700137);
Expand Down

0 comments on commit 8af5559

Please sign in to comment.