summaryrefslogtreecommitdiff
path: root/tests/import/mpy_invalid.py.exp
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2019-06-26 20:39:50 -0400
committerGitHub <noreply@github.com>2019-06-26 20:39:50 -0400
commitc562b1923885d67fd349e48da841715f3a5522dd (patch)
tree28d712c6767304b37ff09fa8abcc7176ab8b5385 /tests/import/mpy_invalid.py.exp
parentf77abbd96095890a016ff6acc183b6de4d7ceb26 (diff)
parentfe507db45f7fa21c6de4aafb288a7f83d9903f71 (diff)
Merge pull request #1972 from tannewt/validate_mpy_load4.0.24.0.x
Validate mpy load
Diffstat (limited to 'tests/import/mpy_invalid.py.exp')
-rw-r--r--tests/import/mpy_invalid.py.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/import/mpy_invalid.py.exp b/tests/import/mpy_invalid.py.exp
index e4f2b13e9..197eb4f7b 100644
--- a/tests/import/mpy_invalid.py.exp
+++ b/tests/import/mpy_invalid.py.exp
@@ -1,3 +1,3 @@
-mod0 ValueError Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/mpy-update for more info.
-mod1 ValueError Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/mpy-update for more info.
-mod2 ValueError Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/mpy-update for more info.
+mod0 RuntimeError Corrupt .mpy file
+mod1 RuntimeError Corrupt .mpy file
+mod2 MpyError Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/mpy-update for more info.