Skip to content

Commit

Permalink
Tests adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sewerynplazuk committed Jul 1, 2024
1 parent 824c87c commit d591334
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions test/starlark_tests/targets_under_test/apple/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -863,9 +863,6 @@ apple_xcframework(
name = "ios_swift_3p_xcframework_with_generated_header",
bundle_id = "com.google.example",
bundle_name = "Swift3PFmwkWithGenHeader",
# TODO(b/239957001): Remove this when the rule no longer forces library
# evolution.
features = ["apple.no_legacy_swiftinterface"],
infoplists = [
"//test/starlark_tests/resources:Info.plist",
],
Expand Down Expand Up @@ -1244,8 +1241,6 @@ swift_library(
swift_library(
name = "Swift3PFmwkWithGenHeader",
srcs = ["DummyFmwk.swift"],
# Uncomment when rule no longer enforces library evolution
# features = ["swift.enable_library_evolution"],
generates_header = True,
module_name = "Swift3PFmwkWithGenHeader",
tags = common.fixture_tags,
Expand Down
4 changes: 0 additions & 4 deletions test/starlark_tests/targets_under_test/ios/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3885,9 +3885,6 @@ ios_static_framework(
ios_static_framework(
name = "static_framework_with_generated_header",
bundle_name = "SwiftStaticFmwkWithGenHeader",
# TODO(b/239957001): Remove this when the rule no longer forces library
# evolution.
features = ["apple.no_legacy_swiftinterface"],
minimum_os_version = common.min_os_ios.baseline,
tags = common.fixture_tags,
deps = [":SwiftStaticFmwkWithGenHeader"],
Expand Down Expand Up @@ -3985,7 +3982,6 @@ swift_library(
swift_library(
name = "SwiftStaticFmwkWithGenHeader",
srcs = [":dummy_swift"],
features = ["swift.enable_library_evolution"],
generates_header = True,
module_name = "SwiftStaticFmwkWithGenHeader",
tags = common.fixture_tags,
Expand Down

0 comments on commit d591334

Please sign in to comment.