mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Fix typo in gen-dev for float_add_overflow test
This commit is contained in:
parent
8cbd40a743
commit
17be5a6fd1
1 changed files with 1 additions and 1 deletions
|
@ -1842,7 +1842,7 @@ fn float_add_checked_fail() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen_dev"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
fn float_add_overflow() {
|
||||
assert_evals_to!(
|
||||
"1.7976931348623157e308 + 1.7976931348623157e308",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue