Skip to content

Commit b53646a

Browse files
authored
test/lit.cfg: fix path to wasm-run.py script
1 parent 9e75e8e commit b53646a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ elif run_os == 'wasi':
17331733
config.swift_test_options, config.swift_frontend_test_options])
17341734
subst_target_swift_frontend_mock_sdk = config.target_swift_frontend
17351735
subst_target_swift_frontend_mock_sdk_after = ""
1736-
config.target_run = os.path.join(config.swift_utils, 'webassembly', 'wasm-run.py')
1736+
config.target_run = os.path.join(config.swift_utils, 'wasm-run.py')
17371737
config.target_env_prefix = 'WASM_RUN_CHILD_'
17381738

17391739
if 'interpret' in lit_config.params:

0 commit comments

Comments
 (0)