Skip to content

Commit

Permalink
[bazel] Flip --incompatible_use_com_google_googletest
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic authored and acozzette committed Mar 2, 2021
1 parent 3172ab8 commit 85e5204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Expand Up @@ -17,7 +17,7 @@ exports_files(["LICENSE"])
# TODO(yannic): Remove in 3.14.0.
string_flag(
name = "incompatible_use_com_google_googletest",
build_setting_default = "true",
build_setting_default = "false",
values = ["true", "false"]
)

Expand Down

0 comments on commit 85e5204

Please sign in to comment.