Skip to content

Commit 781b1b1

Browse files
authored
Merge pull request #27809 from ahoppen/typo-build-to-test
2 parents a1e59b6 + af2d9a7 commit 781b1b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/build_swift/driver_arguments.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,9 +1038,9 @@ def create_argument_parser():
10381038

10391039
# -------------------------------------------------------------------------
10401040
in_group('Build-script-impl arguments (for disambiguation)')
1041-
# We need to list --skip-build-swift explicitly because otherwise argparse
1042-
# will auto-expand arguments like --skip-build-swift to the only known
1043-
# argument --skip-build-swiftevolve.
1041+
# We need to list --skip-test-swift explicitly because otherwise argparse
1042+
# will auto-expand arguments like --skip-test-swift to the only known
1043+
# argument --skip-test-swiftevolve.
10441044
# These arguments are forwarded to impl_args in migration.py
10451045

10461046
option('--install-swift', toggle_true('impl_install_swift'))

0 commit comments

Comments
 (0)