Skip to content

Commit

Permalink
Revert "Toggle --incompatible_disable_late_bound_option_defaults flag."
Browse files Browse the repository at this point in the history
This reverts commit 664e02d.
  • Loading branch information
dslomov committed Nov 19, 2018
1 parent e3f37d0 commit 241f28d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ public enum ConfigsMode {

@Option(
name = "incompatible_disable_late_bound_option_defaults",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.AFFECTS_OUTPUTS},
metadataTags = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ public void emptySettings() throws Exception {
*/
@Test
public void lateBoundOptionDefaults() throws Exception {
useConfiguration("--incompatible_disable_late_bound_option_defaults=false");
scratch.file("test/BUILD",
"config_setting(",
" name = 'match',",
Expand Down

0 comments on commit 241f28d

Please sign in to comment.