Skip to content

Commit d955a22

Browse files
committed
Fix the module name in limited-api test
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent ed1e0af commit d955a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tests/packages/limited-api/module.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static PyMethodDef methods[] = {
2020

2121
static struct PyModuleDef module = {
2222
PyModuleDef_HEAD_INIT,
23-
"plat",
23+
"module",
2424
NULL,
2525
-1,
2626
methods,

0 commit comments

Comments
 (0)