Browse Source

[bazel] Flip --incompatible_use_com_google_googletest

Yannic 4 năm trước cách đây
mục cha
commit
85e5204517
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      BUILD

+ 1 - 1
BUILD

@@ -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"]
 )