centralize stack movement

This commit is contained in:
Folkert 2023-02-11 16:49:02 +01:00
parent 8ec3ab0963
commit 6a84d6ee83
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
6 changed files with 160 additions and 17 deletions

View file

@ -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!(