From 3b615022ee791ab508bd03efb3575f6d8d41bb42 Mon Sep 17 00:00:00 2001 From: AlexWaygood Date: Tue, 3 Oct 2023 12:52:55 +0100 Subject: [PATCH] gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build --- Lib/test/libregrtest/pgo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py index cabbba73d5eff5..e3a6927be5db1d 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -42,10 +42,10 @@ 'test_set', 'test_sqlite3', 'test_statistics', + 'test_str', 'test_struct', 'test_tabnanny', 'test_time', - 'test_unicode', 'test_xml_etree', 'test_xml_etree_c', ]