diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-19 23:38:11 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-19 23:38:11 +1100 |
commit | fb5838041b2349c7df5b2f90317b6cc7ec657f84 (patch) | |
tree | 48c538d57938c9439c7bb3deab7c3e58a15fd0b2 /tests/micropython/opt_level.py.exp | |
parent | 4c4f586e2c798a28ea441fd3ddd409806672138f (diff) |
tests/micropython/opt_level: Add test for opt_level 3.
Diffstat (limited to 'tests/micropython/opt_level.py.exp')
-rw-r--r-- | tests/micropython/opt_level.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
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 "<string>", line 1, in <module> +NameError: name 'xyz' is not defined |