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/pub_enum.zig | |
| parent | 40e8c2243c139dc499298645a2b387e30ae09cba (diff) | |
| download | zig-fedc9a19e7909694fac107c3da245e08616fd6e4.tar.gz zig-fedc9a19e7909694fac107c3da245e08616fd6e4.zip | |
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 { |
