ZigObject: enforce min function alignement on riscv

This commit is contained in:
David Rubin
2024-05-05 19:41:23 -07:00
parent 6603a9c26c
commit 381a1043eb
7 changed files with 11 additions and 8 deletions

View File

@@ -601,7 +601,6 @@ test "cast slice to const slice nested in error union and optional" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
const S = struct {
fn inner() !?[]u8 {