From fb5838041b2349c7df5b2f90317b6cc7ec657f84 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 19 Jan 2017 23:38:11 +1100 Subject: tests/micropython/opt_level: Add test for opt_level 3. --- tests/micropython/opt_level.py.exp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/micropython/opt_level.py.exp') diff --git a/tests/micropython/opt_level.py.exp b/tests/micropython/opt_level.py.exp index 74b3dd74e..9b1bb4d24 100644 --- a/tests/micropython/opt_level.py.exp +++ b/tests/micropython/opt_level.py.exp @@ -2,3 +2,6 @@ 1 True False +Traceback (most recent call last): + File "", line 1, in +NameError: name 'xyz' is not defined -- cgit v1.2.3