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/pub_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/pub_enum.zig')
| -rw-r--r-- | test/behavior/pub_enum.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/pub_enum.zig b/test/behavior/pub_enum.zig index 672d097250..e17546157d 100644 --- a/test/behavior/pub_enum.zig +++ b/test/behavior/pub_enum.zig @@ -3,8 +3,6 @@ const other = @import("pub_enum/other.zig"); const expect = @import("std").testing.expect; test "pub enum" { - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; - try pubEnumTest(other.APubEnum.Two); } fn pubEnumTest(foo: other.APubEnum) !void { |
