diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-07-16 21:35:23 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-07-16 21:35:23 +0000 |
commit | c411dbaeee29dba87d5432a92fe76ea65d8e25f0 (patch) | |
tree | 45b71b45b9b5c2f2ddc1b644166208cd041f076c /Lib/test/regrtest.py | |
parent | 8531b1b28de5356f1154e13704d499121ea72af8 (diff) | |
download | cpython-git-c411dbaeee29dba87d5432a92fe76ea65d8e25f0.tar.gz |
Whitespace normalization.
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 a586225989..21d3457d22 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: |