diff options
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 |