From ed375e18d10d37bfea1769aa1fe69795df6cbc10 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Wed, 17 Jul 2002 15:56:55 +0000 Subject: [PATCH] Add missing comma. --- Lib/test/regrtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index ff22d2190a..9c20c54030 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 -- 2.50.1