Skip to content

Commit

Permalink
Fix incompatible_restrict_named_params issue
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jul 31, 2019
1 parent e6d4f90 commit 987d9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/internal/testing/apple_test_bundle_support.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _apple_test_bundle_impl(ctx, extra_providers = []):
),
partials.embedded_bundles_partial(
bundle_embedded_bundles = True,
embeddable_targets = getattr(ctx.attr, "frameworks", default = []),
embeddable_targets = getattr(ctx.attr, "frameworks", []),
),
partials.framework_import_partial(
targets = ctx.attr.deps,
Expand Down

0 comments on commit 987d9b9

Please sign in to comment.