| author | |
| committer | |
| log | 27b91288dc3c0442b645e06cae75c076600bdfd3 |
| tree | b09130f8428b706fc1b7c47fe4dd9be969a59167 |
| parent | 12350f53bf5e39403e11b9902ca85bea97f65722 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
test/behavior/destructure.zig+2| ... | @@ -23,6 +23,8 @@ test "simple destructure" { | ... | @@ -23,6 +23,8 @@ test "simple destructure" { |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | test "destructure with comptime syntax" { | 25 | test "destructure with comptime syntax" { |
| 26 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; | ||
| 27 | |||
| 26 | const S = struct { | 28 | const S = struct { |
| 27 | fn doTheTest() !void { | 29 | fn doTheTest() !void { |
| 28 | { | 30 | { |