diff options
Diffstat (limited to 'src/codegen/spirv/Section.zig')
| -rw-r--r-- | src/codegen/spirv/Section.zig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/codegen/spirv/Section.zig b/src/codegen/spirv/Section.zig index 6484272943..768525028e 100644 --- a/src/codegen/spirv/Section.zig +++ b/src/codegen/spirv/Section.zig @@ -333,8 +333,6 @@ fn extendedUnionSize(comptime Operand: type, operand: Operand) usize { } test "SPIR-V Section emit() - no operands" { - if (@import("builtin").zig_backend == .stage1) return error.SkipZigTest; - var section = Section{}; defer section.deinit(std.testing.allocator); @@ -344,8 +342,6 @@ test "SPIR-V Section emit() - no operands" { } test "SPIR-V Section emit() - simple" { - if (@import("builtin").zig_backend == .stage1) return error.SkipZigTest; - var section = Section{}; defer section.deinit(std.testing.allocator); @@ -362,8 +358,6 @@ test "SPIR-V Section emit() - simple" { } test "SPIR-V Section emit() - string" { - if (@import("builtin").zig_backend == .stage1) return error.SkipZigTest; - var section = Section{}; defer section.deinit(std.testing.allocator); @@ -389,8 +383,6 @@ test "SPIR-V Section emit() - string" { } test "SPIR-V Section emit()- extended mask" { - if (@import("builtin").zig_backend == .stage1) return error.SkipZigTest; - var section = Section{}; defer section.deinit(std.testing.allocator); @@ -415,8 +407,6 @@ test "SPIR-V Section emit()- extended mask" { } test "SPIR-V Section emit() - extended union" { - if (@import("builtin").zig_backend == .stage1) return error.SkipZigTest; - var section = Section{}; defer section.deinit(std.testing.allocator); |
