aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-20 21:28:53 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-20 21:28:53 -0800
commit4f68f171f09dbe5287d62215a8a3969f2dec0eaf (patch)
treef980a5b6ea8cd21c8a8ae137d71bce5fb4c95b6a /tests
parent78eb66d1caac24d424327ad4cc6920da8e6dd137 (diff)
fix test_emscripten_api
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 1f3a8d40..94b68b5a 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1645,7 +1645,7 @@ if 'benchmark' not in str(sys.argv) and 'sanity' not in str(sys.argv):
def process(filename):
src = open(filename, 'r').read()
# TODO: restore this (see comment in emscripten.h) assert '// hello from the source' in src
- '''
+'''
self.do_run(src, 'hello world!\n*100*', post_build=check)