diff options
| author | Damien George <damien.p.george@gmail.com> | 2018-02-14 23:22:02 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-02-14 23:22:02 +1100 |
| commit | ab7819c3149326a4edd4a6ee833a2f4b733ae2d0 (patch) | |
| tree | 8897fe02e24dc9ce9478529538371d4de9c7f7b9 | |
| parent | d77da83d55c5de4768720fa578b9ffa5ec502dc6 (diff) | |
unix/mpconfigport_coverage: Enable range (in)equality comparison.
| -rw-r--r-- | ports/unix/mpconfigport_coverage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/unix/mpconfigport_coverage.h b/ports/unix/mpconfigport_coverage.h index cf976bf7a..b3fcd1e6b 100644 --- a/ports/unix/mpconfigport_coverage.h +++ b/ports/unix/mpconfigport_coverage.h @@ -36,6 +36,7 @@ #define MICROPY_ENABLE_SCHEDULER (1) #define MICROPY_PY_DELATTR_SETATTR (1) #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1) +#define MICROPY_PY_BUILTINS_RANGE_BINOP (1) #define MICROPY_PY_BUILTINS_HELP (1) #define MICROPY_PY_BUILTINS_HELP_MODULES (1) #define MICROPY_PY_SYS_GETSIZEOF (1) |
