diff options
author | Damien George <damien.p.george@gmail.com> | 2017-06-15 13:56:21 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-06-15 13:56:21 +1000 |
commit | 8c5632a869f10445dc5091c39ec73ca49cf83454 (patch) | |
tree | 932b9754b867c3173d899d53fca804a1bd03ffb6 /tests/basics/int_bytes_notimpl.py.exp | |
parent | 2bf5a947b2b01f2be6c7b05707391dd09b240ad0 (diff) | |
download | micropython-8c5632a869f10445dc5091c39ec73ca49cf83454.tar.gz micropython-8c5632a869f10445dc5091c39ec73ca49cf83454.zip |
py/objint: Support "big" byte-order in int.to_bytes().
Diffstat (limited to 'tests/basics/int_bytes_notimpl.py.exp')
-rw-r--r-- | tests/basics/int_bytes_notimpl.py.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basics/int_bytes_notimpl.py.exp b/tests/basics/int_bytes_notimpl.py.exp deleted file mode 100644 index 606649a693..0000000000 --- a/tests/basics/int_bytes_notimpl.py.exp +++ /dev/null @@ -1 +0,0 @@ -<class 'NotImplementedError'> |