Skip to content

Commit 0945129

Browse files
committed
Fix test name.
1 parent 7a6cc0c commit 0945129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_testcapimodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3068,7 +3068,7 @@ static PyMethodDef TestMethods[] = {
30683068
{"create_managed_weakref_nogc_type",
30693069
create_managed_weakref_nogc_type, METH_NOARGS},
30703070
{"test_soft_deprecated_macros", test_soft_deprecated_macros, METH_NOARGS},
3071-
{"test_interpreter_lock", test_interpreter_guards, METH_NOARGS},
3071+
{"test_interpreter_guards", test_interpreter_guards, METH_NOARGS},
30723072
{"test_thread_state_ensure_nested", test_thread_state_ensure_nested, METH_NOARGS},
30733073
{"test_thread_state_ensure_crossinterp", test_thread_state_ensure_crossinterp, METH_NOARGS},
30743074
{"test_interp_view_after_shutdown", test_interp_view_after_shutdown, METH_NOARGS},

0 commit comments

Comments
 (0)