File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -978,7 +978,8 @@ def create_argument_parser():
978
978
help = 'skip testing the SourceKit Stress tester' )
979
979
option ('--skip-test-swiftevolve' , toggle_false ('test_swiftevolve' ),
980
980
help = 'skip testing SwiftEvolve' )
981
- option ('--skip-test-toolchain-benchmarks' , toggle_false ('test_toolchainbenchmarks' ),
981
+ option ('--skip-test-toolchain-benchmarks' ,
982
+ toggle_false ('test_toolchainbenchmarks' ),
982
983
help = 'skip testing toolchain benchmarks' )
983
984
984
985
# -------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -547,7 +547,8 @@ class BuildScriptImplOption(_BaseOption):
547
547
DisableOption ('--skip-test-sourcekit-lsp' , dest = 'test_sourcekitlsp' ),
548
548
DisableOption ('--skip-test-skstresstester' , dest = 'test_skstresstester' ),
549
549
DisableOption ('--skip-test-swiftevolve' , dest = 'test_swiftevolve' ),
550
- DisableOption ('--skip-test-toolchain-benchmarks' , dest = 'test_toolchainbenchmarks' ),
550
+ DisableOption ('--skip-test-toolchain-benchmarks' ,
551
+ dest = 'test_toolchainbenchmarks' ),
551
552
552
553
ChoicesOption ('--android-ndk-gcc-version' ,
553
554
choices = ['4.8' , '4.9' ]),
You can’t perform that action at this time.
0 commit comments