diff options
author | Damien George <damien.p.george@gmail.com> | 2017-06-30 12:25:42 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-06-30 12:25:42 +1000 |
commit | 369e7fd178ae5ac98aad381c95a28e58d29c068c (patch) | |
tree | 9b8921399e9a746434bf97a4b22d41dca130c7a2 /tests/unix | |
parent | adf22c19aee53222b116928581b4d4a009d3af55 (diff) | |
download | micropython-369e7fd178ae5ac98aad381c95a28e58d29c068c.tar.gz micropython-369e7fd178ae5ac98aad381c95a28e58d29c068c.zip |
tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.
Diffstat (limited to 'tests/unix')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 4169938870..390ff1669d 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -11,6 +11,7 @@ false true 2147483648 80000000 80000000 +abc # vstr tests sts |