Skip to content

Commit ab7819c

Browse files
committed
unix/mpconfigport_coverage: Enable range (in)equality comparison.
1 parent d77da83 commit ab7819c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports/unix/mpconfigport_coverage.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#define MICROPY_ENABLE_SCHEDULER (1)
3737
#define MICROPY_PY_DELATTR_SETATTR (1)
3838
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
39+
#define MICROPY_PY_BUILTINS_RANGE_BINOP (1)
3940
#define MICROPY_PY_BUILTINS_HELP (1)
4041
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
4142
#define MICROPY_PY_SYS_GETSIZEOF (1)

0 commit comments

Comments
 (0)