Fix typo in gen-dev for float_add_overflow test

This commit is contained in:
Tero Laxström 2023-05-31 20:52:10 +03:00
parent 8cbd40a743
commit 17be5a6fd1
No known key found for this signature in database
GPG key ID: 51B8EC70009CC79D

View file

@ -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",