There is no more o1 test target.
This commit is contained in:
Bruce Mitchener 2014-03-18 16:22:43 +07:00
Родитель 0b04c1ed08
Коммит ca5203f032
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -790,9 +790,9 @@ To run one of those parts, do something like
To run a specific set of tests, you can do things like
python tests/runner.py o1
python tests/runner.py asm2
(that runs the o1 (-O1) tests). You can run individual tests with
(that runs the asm2 (asm.js, -O2) tests). You can run individual tests with
python tests/runner.py test_hello_world