We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368b94f commit b43d21dCopy full SHA for b43d21d
test/behavior/switch_on_captured_error.zig
@@ -7,6 +7,7 @@ const builtin = @import("builtin");
7
8
test "switch on error union catch capture" {
9
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
10
+ if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
11
12
const S = struct {
13
const Error = error{ A, B, C };
@@ -261,6 +262,7 @@ test "switch on error union catch capture" {
261
262
263
test "switch on error union if else capture" {
264
265
266
267
268
0 commit comments