Explicit i128 in test.

This commit is contained in:
Nikita Mounier 2022-04-12 16:41:29 +00:00
parent 0f0e9bdf14
commit dfba77bd04
No known key found for this signature in database
GPG key ID: 75B0014B3C53D474

View file

@ -824,7 +824,7 @@ fn gen_div_checked_by_zero_dec() {
Err _ -> -1
"#
),
-1,
RocDec::from_str_to_i128_unsafe("-1"),
i128
);
}