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 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)