aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index ce31783d..2efe5c35 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5275,8 +5275,8 @@ Options that are modified or new in %s include:
assert os.path.exists('combined.bc'), '\n'.join(output)
self.assertContained('side got: hello from main, over', self.run_llvm_interpreter(['combined.bc']))
+ # TODO: Add an argument for EMCC_JS_PROCESSOR to make it simpler to use, other simplifications there (allow non-py, just run it if not .py)
# TODO: test normal project linking, static and dynamic: get_library should not need to be told what to link!
- # TODO: when this is done, more test runner to test these (i.e., test all -Ox thoroughly)
# TODO: deprecate llvm optimizations, dlmalloc, etc. in emscripten.py.
# Finally, do some web browser tests