mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
The usual... Sigh...
This commit is contained in:
parent
6592f88fc0
commit
b8cc6ae5a1
10 changed files with 34 additions and 14 deletions
|
@ -6,7 +6,6 @@ def test(name, input, output):
|
|||
value = f(input)
|
||||
except:
|
||||
value = sys.exc_type
|
||||
print sys.exc_value
|
||||
if value != output:
|
||||
print f, `input`, `output`, `value`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue