From 65cadbeb9d78bfc80314ff4f19fdb4aff5e78244 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 9 Jan 2017 00:19:01 +1100 Subject: tests: Update test suite to be compatible with CPython 3.6. CPython 3.6 has a few changes that, when run on uPy's test suite, give a different output to CPython 3.5. uPy currently officially supports the 3.4 language definition, but it's useful to be able to run the test suite with 3.4/3.5/3.6 versions of CPython. This patch makes such changes to support 3.6. --- tests/basics/python34.py.exp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/basics/python34.py.exp') diff --git a/tests/basics/python34.py.exp b/tests/basics/python34.py.exp index 637f77ce8..f497df3b8 100644 --- a/tests/basics/python34.py.exp +++ b/tests/basics/python34.py.exp @@ -5,5 +5,7 @@ None 1 SyntaxError SyntaxError +SyntaxError +SyntaxError 3.4 3 4 -- cgit v1.2.3