mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
A Mystery: I somehow managed to delete the last two lines of my test_math.py
changes. Here restoring them.
This commit is contained in:
parent
1d120619d4
commit
cb5b5bac11
1 changed files with 2 additions and 0 deletions
|
@ -181,3 +181,5 @@ try:
|
|||
x = math.sqrt(-1.0)
|
||||
except ValueError:
|
||||
pass
|
||||
else:
|
||||
raise TestFailed("sqrt(-1) didn't raise ValueError")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue