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
|
@ -181,3 +181,5 @@ try:
|
|||
x = math.sqrt(-1.0)
|
||||
except ValueError:
|
||||
pass
|
||||
else:
|
||||
raise TestFailed("sqrt(-1) didn't raise ValueError")
|
||||
|
|
Loading…
Reference in New Issue