We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasm-run.py
1 parent 9e75e8e commit b53646aCopy full SHA for b53646a
test/lit.cfg
@@ -1733,7 +1733,7 @@ elif run_os == 'wasi':
1733
config.swift_test_options, config.swift_frontend_test_options])
1734
subst_target_swift_frontend_mock_sdk = config.target_swift_frontend
1735
subst_target_swift_frontend_mock_sdk_after = ""
1736
- config.target_run = os.path.join(config.swift_utils, 'webassembly', 'wasm-run.py')
+ config.target_run = os.path.join(config.swift_utils, 'wasm-run.py')
1737
config.target_env_prefix = 'WASM_RUN_CHILD_'
1738
1739
if 'interpret' in lit_config.params:
0 commit comments