fully implement sign/zero extension

This commit is contained in:
Folkert 2023-02-12 14:54:22 +01:00
parent 4e38a4ce32
commit a3d5e7bee5
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 160 additions and 25 deletions

View file

@ -1871,7 +1871,7 @@ fn str_append_scalar() {
}
#[test]
#[cfg(any(feature = "gen-llvm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-dev"))]
fn str_walk_scalars() {
assert_evals_to!(
indoc!(