summaryrefslogtreecommitdiff
path: root/qemu-arm
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-02-24 16:48:01 +0100
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-02-24 16:48:01 +0100
commit7dbe4e98a7f7910809fa9f0aa68d01993e1bb8b8 (patch)
tree61b76ad1080d4eb9c0db4ae90dca951a7bcca593 /qemu-arm
parent75d6abe3bb57cf75915a056e5e98e4b79efec2ad (diff)
Make slice make_new match mp_make_new_fun_t exactly, check the input type and enable it for qemu tests.
Diffstat (limited to 'qemu-arm')
-rw-r--r--qemu-arm/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h
index 8ee9cdc4b..5665dc392 100644
--- a/qemu-arm/mpconfigport.h
+++ b/qemu-arm/mpconfigport.h
@@ -20,6 +20,7 @@
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
+#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
#define MICROPY_PY_IO (1)
#define MICROPY_PY_SYS_EXIT (1)
#define MICROPY_PY_SYS_MAXSIZE (1)