mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Enable remaining gen tests
This commit is contained in:
parent
99f097ddb5
commit
43086a7e25
2 changed files with 1 additions and 3 deletions
|
@ -96,7 +96,6 @@ fn neq_f64() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
#[ignore = "must support Eq on Bool directly"]
|
|
||||||
fn eq_bool_tag() {
|
fn eq_bool_tag() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
@ -114,7 +113,6 @@ fn eq_bool_tag() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
#[ignore = "must support Eq on Bool directly"]
|
|
||||||
fn neq_bool_tag() {
|
fn neq_bool_tag() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
|
|
@ -3499,7 +3499,7 @@ fn list_walk_backwards_implements_position() {
|
||||||
r#"
|
r#"
|
||||||
Option a : [Some a, None]
|
Option a : [Some a, None]
|
||||||
|
|
||||||
find : List a, a -> Option Nat
|
find : List a, a -> Option Nat | a has Eq
|
||||||
find = \list, needle ->
|
find = \list, needle ->
|
||||||
findHelp list needle
|
findHelp list needle
|
||||||
|> .v
|
|> .v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue