diff options
Diffstat (limited to 'test/run-tests.py')
-rwxr-xr-x | test/run-tests.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/run-tests.py b/test/run-tests.py index 370f15f9..f0873aaf 100755 --- a/test/run-tests.py +++ b/test/run-tests.py @@ -160,10 +160,6 @@ TOOLS = { ] } -# TODO(binji): Add Windows support for compiling using run-spec-wasm2c.py -if IS_WINDOWS: - TOOLS['run-spec-wasm2c'].append(('SKIP', '')) - ROUNDTRIP_TOOLS = ('wat2wasm',) |