diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-05-16 16:09:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-16 16:09:22 -0700 |
| commit | 958fba0eb715fe9f0b5eddcf53507db03e37ae09 (patch) | |
| tree | 2505c7bdfd50cebb986201271a42899fce12c21c /test/behavior/error.zig | |
| parent | b754068fbc7492962953068d31386d4c04e37ae5 (diff) | |
| parent | 6fca3f8b72397d62dd7b2d2e07db843c88428ac3 (diff) | |
| download | zig-958fba0eb715fe9f0b5eddcf53507db03e37ae09.tar.gz zig-958fba0eb715fe9f0b5eddcf53507db03e37ae09.zip | |
Merge pull request #15713 from alichraghi/ali-spirv
spirv: get more behavior tests passing
Diffstat (limited to 'test/behavior/error.zig')
| -rw-r--r-- | test/behavior/error.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig index 7e457c6456..f179739d15 100644 --- a/test/behavior/error.zig +++ b/test/behavior/error.zig @@ -916,6 +916,7 @@ test "optional error set return type" { test "try used in recursive function with inferred error set" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO + if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; // TODO const Value = union(enum) { values: []const @This(), |
