diff options
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 71f7216..26294d1 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -855,6 +855,7 @@ _expectations = { 'cygwin': """ test_al + test_bsddb3 test_cd test_cl test_curses @@ -867,7 +868,6 @@ _expectations = { test_locale test_mpz test_nis - test_socket_ssl test_socketserver test_sunaudiodev test_unicode_file |