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.
2 parents 973a506 + 3780ccc commit 9876411Copy full SHA for 9876411
utils/swift_build_support/swift_build_support/products/swiftsyntax.py
@@ -116,13 +116,7 @@ def test(self, host_target):
116
llvm_build_dir = os.path.realpath(llvm_build_dir)
117
118
self.run_swiftsyntax_build_script(target=host_target,
119
- command='test',
120
- additional_params=[
121
- '--filecheck-exec',
122
- os.path.join(llvm_build_dir,
123
- 'bin',
124
- 'FileCheck')
125
- ])
+ command='test')
126
127
def should_install(self, host_target):
128
return self.args.install_swiftsyntax
0 commit comments