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, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index dfcd7800..1aca1e03 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2532,8 +2532,6 @@ if 'benchmark' not in str(sys.argv):
self.do_test(src, expected, post_build=add_pre_run, extra_emscripten_args=['-H', 'libc/fcntl.h'])
def test_fcntl_misc(self):
- return self.skip('TODO: add fadvise.h')
-
def add_pre_run(filename):
src = open(filename, 'r').read().replace(
'// {{PRE_RUN_ADDITIONS}}',