aarch64: enable fixed behavior

This commit is contained in:
Jacob Young 2025-09-06 02:06:48 -04:00 committed by Andrew Kelley
parent e5adfd87bc
commit 2fdf0e29b3
14 changed files with 0 additions and 29 deletions

View file

@ -419,7 +419,6 @@ test "pointer sentinel with enums" {
}
test "pointer sentinel with optional element" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;