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/enum.zig | |
| parent | 0dde70ef763d7d21ea2fe703deb253a9ae59cf72 (diff) | |
| download | zig-402c14f86a97f47ca429565fddb7ffca5c08d873.tar.gz zig-402c14f86a97f47ca429565fddb7ffca5c08d873.zip | |
aarch64: implement optional comparisons
Diffstat (limited to 'test/behavior/enum.zig')
| -rw-r--r-- | test/behavior/enum.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/enum.zig b/test/behavior/enum.zig index 8fb5d288e3..175449b566 100644 --- a/test/behavior/enum.zig +++ b/test/behavior/enum.zig @@ -899,7 +899,6 @@ test "enum value allocation" { } test "enum literal casting to tagged union" { - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO @@ -935,7 +934,6 @@ test "enum literal casting to error union with payload enum" { } test "constant enum initialization with differing sizes" { - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; |
