glfw: rename duplicate test name (test.pollEvents) (#779)

Fixes #777
This commit is contained in:
Codotaku 2023-05-22 17:20:19 +01:00 committed by GitHub
parent 1b3def9512
commit 35c698702b

View file

@ -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()});