glfw: update TODOs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-16 18:28:28 -07:00 committed by Stephen Gutekanst
parent fcbfe70c66
commit 12261c1d9c
2 changed files with 4 additions and 3 deletions

View file

@ -1421,7 +1421,7 @@ test "setTitle" {
try window.setTitle("Updated title!");
}
// TODO(slimsag): test appears to fail on at least Linux, image size is potentially wrong.
// TODO(window): test appears to fail on at least Linux, image size is potentially wrong.
// test "setIcon" {
// const allocator = testing.allocator;
// const glfw = @import("main.zig");