diff options
| author | Ali Chraghi <alichraghi@proton.me> | 2023-05-17 11:24:09 +0330 |
|---|---|---|
| committer | Ali Chraghi <alichraghi@proton.me> | 2023-05-20 18:43:26 +0330 |
| commit | fedc9a19e7909694fac107c3da245e08616fd6e4 (patch) | |
| tree | 57e7bc6dc89a86b2a17d87d8bce5b9a0f99ed42e /test/behavior/enum.zig | |
| parent | 40e8c2243c139dc499298645a2b387e30ae09cba (diff) | |
| download | zig-fedc9a19e7909694fac107c3da245e08616fd6e4.tar.gz zig-fedc9a19e7909694fac107c3da245e08616fd6e4.zip | |
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, |
