Skip to content

Commit 079e266

Browse files
authored
[test] Fix test_glfw_events_glfw3 (#22945)
This fixes a typo from #21538
1 parent d4687ce commit 079e266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ def test_glfw3(self, args):
28542854

28552855
@parameterized({
28562856
'': (['-sUSE_GLFW=2', '-DUSE_GLFW=2'],),
2857-
'glfw3': (['-sUSE_GLFW=2', '-DUSE_GLFW=2'],),
2857+
'glfw3': (['-sUSE_GLFW=3', '-DUSE_GLFW=3'],),
28582858
})
28592859
@requires_graphics_hardware
28602860
def test_glfw_events(self, args):

0 commit comments

Comments
 (0)