TST Fix dyncall test name (#913)

This commit is contained in:
Dexter Chua 2020-12-22 15:46:09 +08:00 committed by GitHub
parent 108c613a28
commit 3f6a8e2fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(