diff options
author | Damien George <damien.p.george@gmail.com> | 2016-02-01 15:08:42 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-02-01 15:08:42 +0000 |
commit | 9e677114e4aba8fdb417350a87ce1af33cef127f (patch) | |
tree | 8b0bb9772830414b7f76893dfe8147220d25db28 /tests/unix/extra_coverage.py.exp | |
parent | 331a48195d325b9557175056e2c3650ef496d862 (diff) | |
download | micropython-9e677114e4aba8fdb417350a87ce1af33cef127f.tar.gz micropython-9e677114e4aba8fdb417350a87ce1af33cef127f.zip |
py/mpprint: Fix sign extension when printf'ing %u, %x and %X.
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 973c8bb2ee..db282b152c 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -8,6 +8,10 @@ ab abc false true (null) t +-2147483648 +2147483648 +80000000 +80000000 # vstr tests sts |