diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-10-29 15:17:03 -0400 |
|---|---|---|
| committer | Matthew Lugg <mlugg@mlugg.co.uk> | 2025-10-30 09:31:30 +0000 |
| commit | 402c14f86a97f47ca429565fddb7ffca5c08d873 (patch) | |
| tree | ee2b6f3f8dc7dd86f81c10d37840375de3d1c819 /test/behavior/switch.zig | |
| parent | 0dde70ef763d7d21ea2fe703deb253a9ae59cf72 (diff) | |
| download | zig-402c14f86a97f47ca429565fddb7ffca5c08d873.tar.gz zig-402c14f86a97f47ca429565fddb7ffca5c08d873.zip | |
aarch64: implement optional comparisons
Diffstat (limited to 'test/behavior/switch.zig')
| -rw-r--r-- | test/behavior/switch.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/switch.zig b/test/behavior/switch.zig index b5540664c9..170e8d9778 100644 --- a/test/behavior/switch.zig +++ b/test/behavior/switch.zig @@ -576,7 +576,6 @@ test "switch with null and T peer types and inferred result location type" { } test "switch prongs with cases with identical payload types" { - 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 @@ -824,7 +823,6 @@ test "comptime inline switch" { } test "switch capture peer type resolution" { - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest; const U = union(enum) { |
