aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2014-03-18 16:22:43 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-03-18 16:22:43 +0700
commitca5203f0321d0f8591c4eac73c553c95a2a5a7d1 (patch)
tree4dab5e9fa4c65413f7aab8ea2e66f63628c1b49d /tests
parent0b04c1ed0860b41fd5ddeea701adf52a6d2f7f35 (diff)
Update test runner help text.
There is no more o1 test target.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 26912f25..1f72c0b0 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -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