From 214179b430ebc1101e28b19248b6166f5e511e6b Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 25 Mar 2015 23:10:09 +0000 Subject: tests: Add tests for SyntaxError, TypeError, and other missing things. This is intended to improve coverage of the test suite. --- tests/micropython/const_error.py.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/micropython/const_error.py.exp') diff --git a/tests/micropython/const_error.py.exp b/tests/micropython/const_error.py.exp index 8729fc434..5275689b4 100644 --- a/tests/micropython/const_error.py.exp +++ b/tests/micropython/const_error.py.exp @@ -1 +1,2 @@ SyntaxError +SyntaxError -- cgit v1.2.3