diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-11-01 09:57:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 09:57:28 (GMT) |
commit | 762a4dc9361f9563e158e373ba8d767b4449f23d (patch) | |
tree | 42b41a642e8054edf53635df59f9c16ba4c96968 | |
parent | 14a4fce457033412278ca9a056787db424310dc3 (diff) | |
download | cpython-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.py | 2 |
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', |