diff --git a/libs/glfw/src/main.zig b/libs/glfw/src/main.zig index 113db436..8008a9e6 100644 --- a/libs/glfw/src/main.zig +++ b/libs/glfw/src/main.zig @@ -512,7 +512,7 @@ test "pollEvents" { defer terminate(); } -test "pollEvents" { +test "pollEvents2" { defer clearError(); // clear any error we generate if (!init(.{})) { std.log.err("failed to initialize GLFW: {?s}", .{getErrorString()});