From fed6447cf1c4ef8eeb8bd0fc77ccf6579b68b548 Mon Sep 17 00:00:00 2001 From: neonene <53406459+neonene@users.noreply.github.com> Date: Tue, 28 Jan 2025 04:04:55 +0900 Subject: [PATCH] Update pgo.py --- Lib/test/libregrtest/pgo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py index 04803ddf64453c..f762345c88cde3 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -19,6 +19,7 @@ 'test_datetime', 'test_decimal', 'test_difflib', + 'test_embed', 'test_float', 'test_fstring', 'test_functools',