mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Remove test that is no longer correct
This commit is contained in:
parent
bc2f4569aa
commit
71c4731256
1 changed files with 0 additions and 17 deletions
|
@ -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]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
fn neq_f64() {
|
fn neq_f64() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue