mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
spirv: disable failing tests
This commit is contained in:
parent
12350f53bf
commit
27b91288dc
@ -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 {
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user