summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2002-07-17 15:56:55 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2002-07-17 15:56:55 (GMT)
commited375e18d10d37bfea1769aa1fe69795df6cbc10 (patch)
tree708e1f681f1020ff2b2bf03311f93ac9a77d7cc4 /Lib/test/regrtest.py
parent57d930bd3cb455d8259faf81de4936843ea293fc (diff)
downloadcpython-ed375e18d10d37bfea1769aa1fe69795df6cbc10.zip
cpython-ed375e18d10d37bfea1769aa1fe69795df6cbc10.tar.gz
cpython-ed375e18d10d37bfea1769aa1fe69795df6cbc10.tar.bz2
Add missing comma.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index ff22d21..9c20c54 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -702,7 +702,7 @@ _expectations = {
test_winsound
test_zipfile
test_zlib
- """
+ """,
'hp-ux11':
"""
test_al