spirv: update tests

This commit is contained in:
Robin Voetter
2024-01-13 18:44:44 +01:00
parent 1d548aa2aa
commit 9fbba0e01a
27 changed files with 52 additions and 26 deletions

View File

@@ -768,8 +768,6 @@ test "array init with no result pointer sets field result types" {
}
test "runtime side-effects in comptime-known array init" {
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
var side_effects: u4 = 0;
const init = [4]u4{
blk: {