qemu-arm: Enable array slice assignment to get memoryview1 test to pass.

modjni
Delio Brignoli 2015-06-06 18:34:59 +02:00 committed by Damien George
parent 32aba40830
commit cceff157dd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_IO (0)