Skip to content

Commit d6013f0

Browse files
committed
Fix typo from #23608
1 parent 2306e68 commit d6013f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ def test_sdl2_linkable(self):
24722472
self.emcc(test_file('browser/test_sdl2_misc.c'), ['-sLINKABLE', '--use-port=sdl2'], output_filename='a.out.js')
24732473

24742474
def test_sdl3_linkable(self):
2475-
# Ensure that SDL2 can be built with LINKABLE. This implies there are no undefined
2475+
# Ensure that SDL3 can be built with LINKABLE. This implies there are no undefined
24762476
# symbols in the library (because LINKABLE includes the entire library).
24772477
self.emcc_args.append('-Wno-experimental')
24782478
self.emcc(test_file('browser/test_sdl3_misc.c'), ['-sLINKABLE', '-sUSE_SDL=3'], output_filename='a.out.js')

0 commit comments

Comments
 (0)