瀏覽代碼

[bazel] Flip --incompatible_use_com_google_googletest

Yannic 4 年之前
父節點
當前提交
85e5204517
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"]
 )