aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index c2f6b58e..95538ad3 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1686,7 +1686,7 @@ if 'benchmark' not in str(sys.argv):
if USE_TYPED_ARRAYS == 2: return self.skip('Typed arrays = 2 truncate i64s')
src = open(path_from_root('tests', 'time', 'src.c'), 'r').read()
expected = open(path_from_root('tests', 'time', 'output.txt'), 'r').read()
- self.do_test(src, expected)
+ self.do_test(src, expected, extra_emscripten_args=['-H', 'libc/time.h'])
def test_statics(self):
# static initializers save i16 but load i8 for some reason