Skip to content

Commit 3b61502

Browse files
committed
pythongh-110276: Run test_str, not test_unicode, as part of the PGO build
1 parent 8c07137 commit 3b61502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/pgo.py

+1-1
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)