diff options
| author | Damien George | 2015-08-30 12:46:08 +0100 |
|---|---|---|
| committer | Damien George | 2015-08-30 12:46:08 +0100 |
| commit | 39c91d36245a6338dd7bdd95448cb7781a6da001 (patch) | |
| tree | 8bc32f3baddd96ca619dc93ac104b995fccc24a2 | |
| parent | 000730ecaa24f39ff0459573a293e62d6928d3de (diff) | |
tests: Fix non-compliant expected output to match actual behaviour.
| -rw-r--r-- | tests/misc/non_compliant.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/non_compliant.py.exp b/tests/misc/non_compliant.py.exp index 71a982f2b..731dd220b 100644 --- a/tests/misc/non_compliant.py.exp +++ b/tests/misc/non_compliant.py.exp @@ -2,5 +2,5 @@ TypeError NotImplementedError True True -TypeError +TypeError, ValueError NotImplementedError |
