Skip to content

Commit 1b2e511

Browse files
committed
Fix failing test
1 parent 080fd51 commit 1b2e511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def test_getitem_with_error(self):
306306
CURRENT_THREAD_REGEX +
307307
r' File .*, line 6 in <module>\n'
308308
r'\n'
309-
r'Extension modules: _testcapi, _testinternalcapi \(total: 2\)\n')
309+
r'Extension modules: _testcapi \(total: 1\)\n')
310310
else:
311311
# Python built with NDEBUG macro defined:
312312
# test _Py_CheckFunctionResult() instead.

0 commit comments

Comments
 (0)