diff options
author | Andrew Scheller <github@loowis.durge.org> | 2014-04-16 20:14:38 +0100 |
---|---|---|
committer | Andrew Scheller <github@loowis.durge.org> | 2014-04-16 20:14:38 +0100 |
commit | 83852d32156adaaa2a3174bea37977dc9982f405 (patch) | |
tree | fadb7524c911c7e510ab6e37e078c94111d9c502 | |
parent | f6be480bda92486c3185ceaf8f25f461dfb2aa72 (diff) | |
download | micropython-83852d32156adaaa2a3174bea37977dc9982f405.tar.gz micropython-83852d32156adaaa2a3174bea37977dc9982f405.zip |
fix README to match contents of run-tests
-rw-r--r-- | tests/bytecode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bytecode/README.md b/tests/bytecode/README.md index 85e348ded7..0d5245cb7f 100644 --- a/tests/bytecode/README.md +++ b/tests/bytecode/README.md @@ -5,7 +5,7 @@ You need to first build the 'cpy' executable in the directory micropython/unix-c This executable is a minimal version of Micro Python which compiles a single source file and outputs the corresponding byte code. -The output of Micro Python is checked against CPython 3.3. +The output of Micro Python is checked against CPython 3.4. To run the tests use: |