mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
implment 8bit logical operators
This commit is contained in:
parent
4afeb1d67a
commit
f6fbfa002b
4 changed files with 138 additions and 1 deletions
|
@ -1857,7 +1857,7 @@ fn str_walk_utf8_with_index() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-dev"))]
|
||||
fn str_append_scalar() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue