diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-16 23:13:11 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-16 23:13:11 +0100 |
commit | 3f2f28981b3b8d4653736a27696f76cda4ae694f (patch) | |
tree | 7c2aff063e7251ddaa82f59c8c3762c7d270de70 | |
parent | 6d983539bcff2a540dd136a7e84e1db2b334528f (diff) | |
parent | a1c67206c88fe0c0712c99d6181cff9b99b07b33 (diff) | |
download | micropython-3f2f28981b3b8d4653736a27696f76cda4ae694f.tar.gz micropython-3f2f28981b3b8d4653736a27696f76cda4ae694f.zip |
Merge branch 'master' of github.com:micropython/micropython
-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: |