summaryrefslogtreecommitdiff
path: root/test/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-tests.py')
-rwxr-xr-xtest/run-tests.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/run-tests.py b/test/run-tests.py
index 3fd7e99a..221608aa 100755
--- a/test/run-tests.py
+++ b/test/run-tests.py
@@ -71,13 +71,6 @@ TOOLS = {
('RUN', '%(wasm-objdump)s -r -d'),
('VERBOSE-ARGS', ['-v']),
],
- 'run-wasm-link': [
- ('RUN', '%(wast2json)s %(in_file)s --debug-names --no-check -r -o %(temp_file)s.json'),
- # NOTE: wasm files must be passed in manually via ARGS1
- ('RUN', '%(wasm-link)s -o %(out_dir)s/linked.wasm'),
- ('RUN', '%(wasm-objdump)s -d -x -r -h %(out_dir)s/linked.wasm'),
- ('VERBOSE-ARGS', ['-v']),
- ],
'run-roundtrip': [
('RUN', 'test/run-roundtrip.py'),
('ARGS', [