diff --git a/utils/swift_build_support/swift_build_support/products/swiftsyntax.py b/utils/swift_build_support/swift_build_support/products/swiftsyntax.py index 03ec3c83b1af8..5bdf358f5425c 100644 --- a/utils/swift_build_support/swift_build_support/products/swiftsyntax.py +++ b/utils/swift_build_support/swift_build_support/products/swiftsyntax.py @@ -116,13 +116,7 @@ def test(self, host_target): llvm_build_dir = os.path.realpath(llvm_build_dir) self.run_swiftsyntax_build_script(target=host_target, - command='test', - additional_params=[ - '--filecheck-exec', - os.path.join(llvm_build_dir, - 'bin', - 'FileCheck') - ]) + command='test') def should_install(self, host_target): return self.args.install_swiftsyntax