Fix f64 ambiguity in test.

This commit is contained in:
Nikita Mounier 2022-04-11 19:43:21 +00:00
parent 799c05f183
commit 20b9f6377c
No known key found for this signature in database
GPG key ID: 75B0014B3C53D474

View file

@ -764,7 +764,7 @@ fn gen_div_checked_by_zero_f64() {
Err _ -> -1
"#
),
-1,
-1.0,
f64
);
}