summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index f7cc2a504..575c06222 100755
--- a/check.py
+++ b/check.py
@@ -356,7 +356,7 @@ for t in spec_tests:
result_wast = binary_format_check('split.wast', verify_final_result=False)
# add the asserts, and verify that the test still passes
open(result_wast, 'a').write('\n' + '\n'.join(asserts))
- # TODO actual += run_spec_test(result_wast)
+ actual += run_spec_test(result_wast)
# compare all the outputs to the expected output
# TODO check_expected(actual, os.path.join('test', 'spec', 'expected-output', os.path.basename(wast) + '.log'))