Skip to content

Commit 8a7f362

Browse files
committed
build_script_invocation.py: avoid invalid --skip-test-cmark
1 parent a427721 commit 8a7f362

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/swift_build_support/swift_build_support/build_script_invocation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def convert_to_impl_arguments(self):
295295
impl_args += ["--skip-test-swift"]
296296
if not args.test:
297297
impl_args += [
298-
"--skip-test-cmark",
299298
"--skip-test-lldb",
300299
"--skip-test-llbuild",
301300
"--skip-test-xctest",

0 commit comments

Comments
 (0)