summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/check.py b/check.py
index 499a201ce..14103805c 100755
--- a/check.py
+++ b/check.py
@@ -189,9 +189,6 @@ def run_spec_tests():
# windows has some failures that need to be investigated
if base == 'names.wast' and shared.skip_if_on_windows('spec: ' + base):
continue
- # FIXME Reenable this after updating interpreter for EH
- if base == 'exception-handling.wast':
- continue
def run_spec_test(wast):
cmd = shared.WASM_SHELL + [wast]