Skip to content

Commit 21791cd

Browse files
Fix test_capi on macOS.
1 parent 4425774 commit 21791cd

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
@@ -307,7 +307,7 @@ def test_getitem_with_error(self):
307307
CURRENT_THREAD_REGEX +
308308
r' File .*, line 6 in <module>\n'
309309
r'\n'
310-
r'Extension modules: _testcapi \(total: 1\)\n')
310+
r'Extension modules: ')
311311
else:
312312
# Python built with NDEBUG macro defined:
313313
# test _Py_CheckFunctionResult() instead.

0 commit comments

Comments
 (0)