summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-07-16 21:35:23 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-07-16 21:35:23 (GMT)
commitc411dbaeee29dba87d5432a92fe76ea65d8e25f0 (patch)
tree45b71b45b9b5c2f2ddc1b644166208cd041f076c /Lib/test/regrtest.py
parent8531b1b28de5356f1154e13704d499121ea72af8 (diff)
downloadcpython-c411dbaeee29dba87d5432a92fe76ea65d8e25f0.zip
cpython-c411dbaeee29dba87d5432a92fe76ea65d8e25f0.tar.gz
cpython-c411dbaeee29dba87d5432a92fe76ea65d8e25f0.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py54
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: