diff options
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index a586225..21d3457 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -711,33 +711,33 @@ _expectations = { test_zlib """, 'atheos': - """ - test_al - test_cd - test_cl - test_curses - test_dl - test_email_codecs - test_gdbm - test_gl - test_imgfile - test_largefile - test_linuxaudiodev - test_locale - test_mhlib - test_mmap - test_mpz - test_nis - test_poll - test_popen2 - test_resource - test_socket_ssl - test_socketserver - test_sunaudiodev - test_unicode_file - test_winreg - test_winsound - """, + """ + test_al + test_cd + test_cl + test_curses + test_dl + test_email_codecs + test_gdbm + test_gl + test_imgfile + test_largefile + test_linuxaudiodev + test_locale + test_mhlib + test_mmap + test_mpz + test_nis + test_poll + test_popen2 + test_resource + test_socket_ssl + test_socketserver + test_sunaudiodev + test_unicode_file + test_winreg + test_winsound + """, } class _ExpectedSkips: |