Remove test that is no longer correct

This commit is contained in:
Ayaz Hafiz 2022-10-10 13:34:11 -05:00
parent bc2f4569aa
commit 71c4731256
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -77,23 +77,6 @@ fn neq_u64() {
);
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
fn eq_f64() {
assert_evals_to!(
indoc!(
r#"
i : F64
i = 1
i == i
"#
),
true,
bool
);
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
fn neq_f64() {