diff options
author | Rami Ali <flowergrass@users.noreply.github.com> | 2016-12-29 18:07:38 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-12-29 18:24:03 +1100 |
commit | 75aa7befec5d3afce2c5a970d8644299d367f6fe (patch) | |
tree | 3ec190a03dab4bd882674d533975ab400f24fde1 /tests/unix/extra_coverage.py.exp | |
parent | b7024f0f64a29dded802d88f2dfaa64a6eed0df5 (diff) |
tests/unix: Improve runtime_utils.c test coverage.
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index ea73a54e4..2b3f68467 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -35,6 +35,9 @@ ementation 12345678 0 0 +# runtime utils +TypeError: can't convert str to int +TypeError: unsupported types for : 'str', 'str' ('0123456789', b'0123456789') 7300 7300 |