We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7296ee6 commit 064b690Copy full SHA for 064b690
test/additional_linker_inputs_tests.bzl
@@ -72,10 +72,8 @@ def _swift_binary_additional_linker_inputs_test_impl(ctx):
72
swift_binary_additional_linker_inputs_test = analysistest.make(
73
_swift_binary_additional_linker_inputs_test_impl,
74
attrs = {
75
- "expected_additional_inputs": attr.string_list(
76
- ),
77
- "expected_linkopts": attr.string_list(
78
+ "expected_additional_inputs": attr.string_list(),
+ "expected_linkopts": attr.string_list(),
79
},
80
)
81
0 commit comments