quiet tests

This commit is contained in:
Mitchell Hashimoto
2023-11-17 20:49:41 -08:00
parent 39e7055853
commit cc389c81c2

View File

@ -358,7 +358,7 @@ test "shadertoy to glsl" {
const glsl = try glslFromSpv(alloc, spvlist.items);
defer alloc.free(glsl);
log.warn("glsl={s}", .{glsl});
// log.warn("glsl={s}", .{glsl});
}
const test_crt = @embedFile("shaders/test_shadertoy_crt.glsl");