Skip to content

Commit 0f1938b

Browse files
committed
Address review comments
1 parent 2a20695 commit 0f1938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def test_sys_getwindowsversion_no_instantiation(self):
851851
@test.support.cpython_only
852852
def test_clear_type_cache(self):
853853
with self.assertWarnsRegex(DeprecationWarning,
854-
r".*sys._clear_type_cache() is deprecated.*"):
854+
r"sys._clear_type_cache\(\) is deprecated.*"):
855855
sys._clear_type_cache()
856856

857857
@force_not_colorized

0 commit comments

Comments
 (0)