Skip to content

Commit

Permalink
qemu-arm: Enable array slice assignment to get memoryview1 test to pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
dxxb authored and dpgeorge committed Jul 20, 2015
1 parent 32aba40 commit cceff15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu-arm/mpconfigport.h
Expand Up @@ -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)
Expand Down

0 comments on commit cceff15

Please sign in to comment.