aboutsummaryrefslogtreecommitdiff
path: root/tests/micropython/opt_level.py.exp
diff options
context:
space:
mode:
authorDamien George2018-06-20 21:02:11 +1000
committerDamien George2018-09-20 14:33:10 +1000
commitb01f66c5f1a0ceb14f0a864cd068874ec69258e1 (patch)
treea61d0f078be5394318dccd948a1c6eb669cbbdfb /tests/micropython/opt_level.py.exp
parent0a36a80f96e0951e868f1e253b1c82835a9d0918 (diff)
py: Shorten error messages by using contractions and some rewording.
Diffstat (limited to 'tests/micropython/opt_level.py.exp')
-rw-r--r--tests/micropython/opt_level.py.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/micropython/opt_level.py.exp b/tests/micropython/opt_level.py.exp
index 9b1bb4d24..6372f6c5d 100644
--- a/tests/micropython/opt_level.py.exp
+++ b/tests/micropython/opt_level.py.exp
@@ -4,4 +4,4 @@ True
False
Traceback (most recent call last):
File "<string>", line 1, in <module>
-NameError: name 'xyz' is not defined
+NameError: name 'xyz' isn't defined