mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
gh-111929: Fix regrtest --pgo: test_str => test_unicode (#111938)
test_unicode was renamed to test_str in Python 3.13, but Python 3.12 still uses test_unicode name.
This commit is contained in:
parent
95141aa715
commit
5f42a2bc40
1 changed files with 1 additions and 1 deletions
|
@ -42,10 +42,10 @@ PGO_TESTS = [
|
|||
'test_set',
|
||||
'test_sqlite3',
|
||||
'test_statistics',
|
||||
'test_str',
|
||||
'test_struct',
|
||||
'test_tabnanny',
|
||||
'test_time',
|
||||
'test_unicode',
|
||||
'test_xml_etree',
|
||||
'test_xml_etree_c',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue