Skip to content

Commit b417e23

Browse files
AlexWaygoodGlyphack
authored andcommitted
pythongh-110276: Run test_str, not test_unicode, as part of the PGO build (python#110277)
`test_unicode` does not exist
1 parent 4cf2bb0 commit b417e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/pgo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
'test_set',
4343
'test_sqlite3',
4444
'test_statistics',
45+
'test_str',
4546
'test_struct',
4647
'test_tabnanny',
4748
'test_time',
48-
'test_unicode',
4949
'test_xml_etree',
5050
'test_xml_etree_c',
5151
]

0 commit comments

Comments
 (0)