diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-18 09:47:31 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-18 09:47:31 -0800 |
commit | 6a64cb415ac127214d90a0bd209d67a3ae4757e4 (patch) | |
tree | 5935398d319850b069964c271bdb0e0b74dc77f3 | |
parent | a734d2ab175985e5e0ffdf940a85a29dab7ea842 (diff) |
comment removal
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index e62e7681..6d818b4d 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -5060,9 +5060,7 @@ Options that are modified or new in %s include: self.assertContained('side got: hello from main, over', self.run_llvm_interpreter(['combined.bc'])) # TODO: test normal project linking, static and dynamic: get_library should not need to be told what to link! - # TODO: when ready, switch tools/shared building to use emcc over emmaken # TODO: when this is done, more test runner to test these (i.e., test all -Ox thoroughly) - # TODO: emscripten tutorial with emcc # TODO: deprecate llvm optimizations, dlmalloc, etc. in emscripten.py. # Finally, do some web browser tests |