diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-12-09 22:53:30 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-12-09 22:53:30 +0300 |
commit | aee13ef3f219a7a2e19c017323694b946d500d14 (patch) | |
tree | bf564eb3524c22944a44a531e8c81fd434034f8b /tests/basics/int_bytes_notimpl.py.exp | |
parent | 9d787de2a17f99cfeb715507857b92d54b023715 (diff) | |
download | micropython-aee13ef3f219a7a2e19c017323694b946d500d14.tar.gz micropython-aee13ef3f219a7a2e19c017323694b946d500d14.zip |
tests: Update for required byteorder arg for int.from_bytes()/to_bytes().
Diffstat (limited to 'tests/basics/int_bytes_notimpl.py.exp')
-rw-r--r-- | tests/basics/int_bytes_notimpl.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basics/int_bytes_notimpl.py.exp b/tests/basics/int_bytes_notimpl.py.exp new file mode 100644 index 0000000000..d1bf338eb6 --- /dev/null +++ b/tests/basics/int_bytes_notimpl.py.exp @@ -0,0 +1,2 @@ +<class 'NotImplementedError'> +<class 'NotImplementedError'> |