improving mul test
Some checks failed
Build / build (push) Successful in 55s
Test / build (push) Failing after 4m26s

This commit is contained in:
2026-01-14 20:14:23 +01:00
parent b8a564e135
commit 88e847e2d9
4 changed files with 103 additions and 85 deletions

View File

@@ -25,5 +25,5 @@ test "FMul vec4[f32]" {
const code = try compileNzsl(allocator, shader);
defer allocator.free(code);
try case.expectOutput(f32, code, "color", &.{ 4, 3, 2, 1 });
try case.expectOutput(f32, 4, code, "color", &.{ 4, 3, 2, 1 });
}