From 762a4dc9361f9563e158e373ba8d767b4449f23d Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Mon, 1 Nov 2021 10:57:28 +0100 Subject: bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327) --- 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 582e812..42ce5fb 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -40,7 +40,7 @@ PGO_TESTS = [ 'test_pprint', 'test_re', 'test_set', - 'test_sqlite', + 'test_sqlite3', 'test_statistics', 'test_struct', 'test_tabnanny', -- cgit v0.12