diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-10-21 13:55:02 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-10-27 20:06:35 +0300 |
commit | 9b9dbc58155209e07ab7b9d63d63e5e24db5950c (patch) | |
tree | 743af6367e443e65cf8e3787a8afb41442aa9342 /tests/unix/extra_coverage.py.exp | |
parent | b9923262db4600b3618aa143bb4bcc93bf299814 (diff) |
py/objtype: Define all special methods if requested.
If MICROPY_PY_ALL_SPECIAL_METHODS is defined, actually define all special
methods (still subject to gating by e.g. MICROPY_PY_REVERSE_SPECIAL_METHODS).
This adds quite a number of qstr's, so should be used sparingly.
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 4c4f66663..1db46ab8f 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -39,8 +39,8 @@ ementation 0 0 # runtime utils -TypeError: unsupported type for : 'str' -TypeError: unsupported types for : 'str', 'str' +TypeError: unsupported type for __abs__: 'str' +TypeError: unsupported types for __divmod__: 'str', 'str' Warning: test # format float ? |