Fix missing mod declaration for Wrapping tests.

This commit is contained in:
Philippe Laflamme 2020-10-21 22:13:56 -04:00
parent 180fdffa17
commit 872dc60ed2
No known key found for this signature in database
GPG key ID: 08BC443CD10E4DC4

View file

@ -29,6 +29,7 @@ mod u8;
mod bignum;
mod dec2flt;
mod flt2dec;
mod wrapping;
mod nan;