diff options
author | Damien George <damien.p.george@gmail.com> | 2015-09-03 23:06:18 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-09-03 23:06:18 +0100 |
commit | 25afc7da0db43754f6b4373a10b66551dd3cbd57 (patch) | |
tree | e2e116af73a03aaf6e11b4b0065e5f73eb6a91af /tests/unix | |
parent | e2aa1177986d11cbd19ab84ca41b6f0dce51ad01 (diff) | |
download | micropython-25afc7da0db43754f6b4373a10b66551dd3cbd57.tar.gz micropython-25afc7da0db43754f6b4373a10b66551dd3cbd57.zip |
tests: Add tests to improve coverage of objstr.c.
Diffstat (limited to 'tests/unix')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 651a47819c..00ddf0daf2 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -25,3 +25,5 @@ stderr exc_info print_exception ementation # attrtuple (start=1, stop=2, step=3) +# str +1 |