Skip to content

Commit 5d6b2a8

Browse files
committed
fix test
1 parent 211551a commit 5d6b2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_json/test_dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def encode_str(obj):
9595

9696
try:
9797
encoder(BadDict(), 0)
98-
except (ValueError, RuntimeError, SystemError):
98+
except (ValueError, RuntimeError):
9999
pass
100100

101101

0 commit comments

Comments
 (0)