diff --git a/emsdk/tests/test_dyncall.py b/emsdk/tests/test_dyncall.py index 5fb3ab022..c6d8dc3a4 100644 --- a/emsdk/tests/test_dyncall.py +++ b/emsdk/tests/test_dyncall.py @@ -2,7 +2,7 @@ import subprocess from . import common -def test_emulate_function(tmpdir): +def test_dyncall(tmpdir): with tmpdir.as_cwd(): with open("library.c", "w") as f: f.write(