Merge pull request #503 from lurch/patch-1

fix tests/bytecode/README to match contents of tests/bytecode/run-tests
This commit is contained in:
Paul Sokolovsky 2014-04-16 22:37:06 +03:00
commit a1c67206c8

View File

@ -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: