Skip to content

Commit

Permalink
Comment out swift.enable_library_evolution flag in Swift3PFmwkWithGen…
Browse files Browse the repository at this point in the history
…Header target.
  • Loading branch information
sewerynplazuk committed Apr 11, 2024
1 parent ed24ce9 commit 2804cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/starlark_tests/targets_under_test/apple/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,8 @@ swift_library(
swift_library(
name = "Swift3PFmwkWithGenHeader",
srcs = ["DummyFmwk.swift"],
features = ["swift.enable_library_evolution"],
# Uncomment when rule no longer enforces evolution of library
# features = ["swift.enable_library_evolution"],
generates_header = True,
module_name = "Swift3PFmwkWithGenHeader",
tags = common.fixture_tags,
Expand Down

0 comments on commit 2804cb1

Please sign in to comment.