mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
encode Bool.true/Bool.false more intelligently
This commit is contained in:
parent
3b28e897c3
commit
1947bbcd0e
2 changed files with 2 additions and 3 deletions
|
@ -632,7 +632,7 @@ fn if_guard_switch() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
fn if_guard_pattern_true() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue