mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Fix f64 ambiguity in test.
This commit is contained in:
parent
799c05f183
commit
20b9f6377c
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ fn gen_div_checked_by_zero_f64() {
|
|||
Err _ -> -1
|
||||
"#
|
||||
),
|
||||
-1,
|
||||
-1.0,
|
||||
f64
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue