diff options
author | Damien George <damien.p.george@gmail.com> | 2016-09-20 11:30:54 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-09-20 11:30:54 +1000 |
commit | fbddea929d28fa75ecc4e964500eca3f2ac32e4b (patch) | |
tree | c22d7da9548bdf71479e509ce2c090629d7e8398 /tests/run-tests | |
parent | 60592fd23c8acd4ed4f70d8fbe8f8b11ea58082c (diff) | |
download | micropython-fbddea929d28fa75ecc4e964500eca3f2ac32e4b.tar.gz micropython-fbddea929d28fa75ecc4e964500eca3f2ac32e4b.zip |
py/showbc: Make printf's go to the platform print stream.
The system printf is no longer used by the core uPy code. Instead, the
platform print stream or DEBUG_printf is used. Using DEBUG_printf in the
showbc functions would mean that the code can't be tested by the test
suite, so use the normal output instead.
This patch also fixes parsing of bytecode-line-number mappings.
Diffstat (limited to 'tests/run-tests')
0 files changed, 0 insertions, 0 deletions