summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-04-16 22:37:06 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-04-16 22:37:06 +0300
commita1c67206c88fe0c0712c99d6181cff9b99b07b33 (patch)
treefadb7524c911c7e510ab6e37e078c94111d9c502 /tests
parentf6be480bda92486c3185ceaf8f25f461dfb2aa72 (diff)
parent83852d32156adaaa2a3174bea37977dc9982f405 (diff)
downloadmicropython-a1c67206c88fe0c0712c99d6181cff9b99b07b33.tar.gz
micropython-a1c67206c88fe0c0712c99d6181cff9b99b07b33.zip
Merge pull request #503 from lurch/patch-1
fix tests/bytecode/README to match contents of tests/bytecode/run-tests
Diffstat (limited to 'tests')
-rw-r--r--tests/bytecode/README.md2
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: