gh-110276: Run test_str, not test_unicode, as part of the PGO build (#110277)

`test_unicode` does not exist
This commit is contained in:
Alex Waygood 2023-10-03 13:54:21 +01:00 committed by GitHub
parent bb2e96f6f4
commit dddc757303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
]