Commit 27b91288dc
Changed files (1)
test
behavior
test/behavior/destructure.zig
@@ -23,6 +23,8 @@ test "simple destructure" {
}
test "destructure with comptime syntax" {
+ if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
+
const S = struct {
fn doTheTest() !void {
{