]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Mon, 1 Nov 2021 09:57:28 +0000 (10:57 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 09:57:28 +0000 (09:57 +0000)
Lib/test/libregrtest/pgo.py

index 582e812e284cc916a634cbc33520d2e46d9e6ad2..42ce5fba7a97c3a8e83c511222df57575fbc4a77 100644 (file)
@@ -40,7 +40,7 @@ PGO_TESTS = [
     'test_pprint',
     'test_re',
     'test_set',
-    'test_sqlite',
+    'test_sqlite3',
     'test_statistics',
     'test_struct',
     'test_tabnanny',