aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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 ea9b2f94..4ce0746d 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1901,7 +1901,7 @@ if 'benchmark' not in sys.argv:
src.write(
'''
_STDIO.prepare('paper.pdf', eval(read('paper.pdf.js')));
- run(args);
+ run();
print("Data: " + JSON.stringify(_STDIO.streams[_STDIO.filenames['*s-0*d.']].data)); // work around __formatString__ fail
'''
)