diff options
Diffstat (limited to 'tests/basics/python34.py.exp')
-rw-r--r-- | tests/basics/python34.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basics/python34.py.exp b/tests/basics/python34.py.exp index 078c3fbb71..637f77ce86 100644 --- a/tests/basics/python34.py.exp +++ b/tests/basics/python34.py.exp @@ -1,6 +1,8 @@ None ['a', 'b'] ('a', 'b') {'kw_arg': None} +2 +1 SyntaxError SyntaxError 3.4 |