spirv: disable failing tests
This commit is contained in:
committed by
Andrew Kelley
parent
865b2e259b
commit
79f7481575
@@ -500,6 +500,8 @@ test "cast slice to const slice nested in error union and optional" {
|
||||
}
|
||||
|
||||
test "variable of optional of noreturn" {
|
||||
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||
|
||||
var null_opv: ?noreturn = null;
|
||||
try std.testing.expectEqual(@as(?noreturn, null), null_opv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user