summaryrefslogtreecommitdiff
path: root/Lib/test/ssltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/ssltests.py')
-rw-r--r--Lib/test/ssltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/ssltests.py b/Lib/test/ssltests.py
index 292453a813..5073ae1220 100644
--- a/Lib/test/ssltests.py
+++ b/Lib/test/ssltests.py
@@ -16,7 +16,7 @@ def run_regrtests(*extra_args):
print(ssl.OPENSSL_VERSION)
args = [
sys.executable,
- # '-Werror', '-bb', # turn warnings into exceptions
+ '-Werror', '-bb', # turn warnings into exceptions
'-m', 'test',
]
if not extra_args: