diff options
| author | Veikka Tuominen <git@vexu.eu> | 2023-05-20 23:26:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-20 23:26:04 +0300 |
| commit | 413ef3aa38899195d113fc51a5c035a7c15103eb (patch) | |
| tree | c66ecc65b4ea5e7c4886e335856aabeb15606c9d /test/behavior/enum.zig | |
| parent | 56d8a1c89c4dd66c497ed37eac0643c8a1834597 (diff) | |
| parent | d7ddaf64a2978d80814ac7f57e3db2d1c6a45c2e (diff) | |
| download | zig-413ef3aa38899195d113fc51a5c035a7c15103eb.tar.gz zig-413ef3aa38899195d113fc51a5c035a7c15103eb.zip | |
Merge pull request #15748 from alichraghi/ali-spirv
spirv: lower get_union_tag
Diffstat (limited to 'test/behavior/enum.zig')
| -rw-r--r-- | test/behavior/enum.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/enum.zig b/test/behavior/enum.zig index 097caaad19..61ad010ed7 100644 --- a/test/behavior/enum.zig +++ b/test/behavior/enum.zig @@ -910,7 +910,6 @@ test "enum literal casting to tagged union" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const Arch = union(enum) { x86_64, |
