Skip to content

Commit 6fd5902

Browse files
Carl PetoCarl Peto
authored andcommitted
fix linting failure on validation test
1 parent 82d2df8 commit 6fd5902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build_swift/tests/expected_options.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@
235235
'llvm_ninja_targets_for_cross_compile_hosts': [],
236236
'llvm_max_parallel_lto_link_jobs':
237237
defaults.LLVM_MAX_PARALLEL_LTO_LINK_JOBS,
238-
'llvm_targets_to_build': 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly;AVR',
238+
'llvm_targets_to_build':
239+
'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly;AVR',
239240
'tsan_libdispatch_test': False,
240241
'long_test': False,
241242
'lto_type': None,

0 commit comments

Comments
 (0)