summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-11-01 09:57:28 (GMT)
committerGitHub <noreply@github.com>2021-11-01 09:57:28 (GMT)
commit762a4dc9361f9563e158e373ba8d767b4449f23d (patch)
tree42b41a642e8054edf53635df59f9c16ba4c96968
parent14a4fce457033412278ca9a056787db424310dc3 (diff)
downloadcpython-762a4dc9361f9563e158e373ba8d767b4449f23d.zip
cpython-762a4dc9361f9563e158e373ba8d767b4449f23d.tar.gz
cpython-762a4dc9361f9563e158e373ba8d767b4449f23d.tar.bz2
bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)
-rw-r--r--Lib/test/libregrtest/pgo.py2
1 files changed, 1 insertions, 1 deletions
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',