Skip to content

Commit 2a9ce3e

Browse files
Adam CliftonAdam Clifton
Adam Clifton
authored and
Adam Clifton
committed
updating test_browser to point to renamed glfw_events
1 parent 91e0f2b commit 2a9ce3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_browser.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2062,8 +2062,9 @@ def in_html(expected):
20622062
def test_glfw3(self):
20632063
self.btest(path_from_root('tests', 'glfw3.c'), args=['-s', 'LEGACY_GL_EMULATION=1', '-s', 'USE_GLFW=3'], expected='1')
20642064

2065-
def test_glfw3_events(self):
2066-
self.btest(path_from_root('tests', 'glfw3_events.c'), args=['-s', 'LEGACY_GL_EMULATION=1', '-s', 'USE_GLFW=3'], expected='1')
2065+
def test_glfw_events(self):
2066+
self.btest(path_from_root('tests', 'glfw_events.c'), args=['-s', 'USE_GLFW=2', "-DUSE_GLFW=2"], expected='1')
2067+
self.btest(path_from_root('tests', 'glfw_events.c'), args=['-s', 'USE_GLFW=3', "-DUSE_GLFW=3"], expected='1')
20672068

20682069
def test_asm_swapping(self):
20692070
self.clear()

0 commit comments

Comments
 (0)