From 3f6a8e2fad973c2b8163ce08dfe44ae029a2ee7b Mon Sep 17 00:00:00 2001 From: Dexter Chua Date: Tue, 22 Dec 2020 15:46:09 +0800 Subject: [PATCH] TST Fix dyncall test name (#913) --- emsdk/tests/test_dyncall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(