Skip to content

Commit

Permalink
Merge pull request #515 from keith:ks/incompatible
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 262397046
  • Loading branch information
swiple-rules-gardener committed Aug 8, 2019
2 parents 0140f94 + 5d2a701 commit 9658cc5
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 9658cc5

Please sign in to comment.