spirv: make rusticl the primary testing implementation

This commit is contained in:
Ali Chraghi
2024-02-08 02:02:33 +03:30
parent eb2d61d02e
commit 37b0aa600a
13 changed files with 21 additions and 15 deletions
+2
View File
@@ -38,6 +38,8 @@ fn staticWhileLoop2() i32 {
}
test "while with continue expression" {
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; // TODO
var sum: i32 = 0;
{
var i: i32 = 0;