mirror of https://github.com/pyodide/pyodide.git
TST Fix dyncall test name (#913)
This commit is contained in:
parent
108c613a28
commit
3f6a8e2fad
|
@ -2,7 +2,7 @@ import subprocess
|
||||||
from . import common
|
from . import common
|
||||||
|
|
||||||
|
|
||||||
def test_emulate_function(tmpdir):
|
def test_dyncall(tmpdir):
|
||||||
with tmpdir.as_cwd():
|
with tmpdir.as_cwd():
|
||||||
with open("library.c", "w") as f:
|
with open("library.c", "w") as f:
|
||||||
f.write(
|
f.write(
|
||||||
|
|
Loading…
Reference in New Issue