Skip to content
Snippets Groups Projects
Commit a1c67206 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

Merge pull request #503 from lurch/patch-1

fix tests/bytecode/README to match contents of tests/bytecode/run-tests
parents f6be480b 83852d32
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ You need to first build the 'cpy' executable in the directory micropython/unix-c ...@@ -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 This executable is a minimal version of Micro Python which compiles a single source
file and outputs the corresponding byte code. 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: To run the tests use:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment