glfw: update "getName" test comment

This commit is contained in:
PiergiorgioZagaria 2022-06-28 20:25:36 +02:00 committed by Stephen Gutekanst
parent 2692513ff1
commit d8f89efef2

View file

@ -255,7 +255,7 @@ pub const Key = enum(c_int) {
}
};
// Causes segfault on wayland
// TODO: https://github.com/hexops/mach/issues/375
// test "getName" {
// const glfw = @import("main.zig");
// try glfw.init(.{});