File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
utils/bazel/llvm-project-overlay/llvm/unittests Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,10 @@ cc_test(
294
294
],
295
295
allow_empty = False ,
296
296
),
297
- args = ["--gtest_filter=-ObjectLinkingLayerTest.TestSetProcessAllSections" ],
297
+ args = [
298
+ # keep one-per-line
299
+ "--gtest_filter=-ObjectLinkingLayerTest.TestSetProcessAllSections" ,
300
+ ],
298
301
deps = [
299
302
"//llvm:AllTargetsAsmParsers" ,
300
303
"//llvm:AllTargetsCodeGens" ,
@@ -627,7 +630,10 @@ cc_test(
627
630
"Support/ParallelTest.cpp" ,
628
631
],
629
632
),
630
- args = ["--gtest_filter=-ProgramTest.CreateProcessTrailingSlash" ],
633
+ args = [
634
+ # keep one-per-line
635
+ "--gtest_filter=-ProgramTest.CreateProcessTrailingSlash" ,
636
+ ],
631
637
copts = [
632
638
"$(STACK_FRAME_UNLIMITED)" ,
633
639
],
You can’t perform that action at this time.
0 commit comments