mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
centralize stack movement
This commit is contained in:
parent
8ec3ab0963
commit
6a84d6ee83
6 changed files with 160 additions and 17 deletions
|
@ -577,7 +577,7 @@ fn str_starts_with_false_small_str() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-dev"))]
|
||||
fn str_from_utf8_pass_single_ascii() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue