Skip to content

Commit

Permalink
TST Fix dyncall test name (pyodide#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcde authored Dec 22, 2020
1 parent 108c613 commit 3f6a8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emsdk/tests/test_dyncall.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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(
Expand Down

0 comments on commit 3f6a8e2

Please sign in to comment.