We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c553e95 commit 2e4887fCopy full SHA for 2e4887f
.vscode/settings.json
@@ -0,0 +1,4 @@
1
+{
2
+ "files.insertFinalNewline": true,
3
+ "files.trimFinalNewlines": true,
4
+}
WORKSPACE
@@ -6,4 +6,4 @@ http_archive(
6
sha256 = "94c634d499558a76fa649edb13721dce6e98fb1e7018dfaeba3cd7a083945e91",
7
build_file = "@//:gtest.BUILD",
8
strip_prefix = "googletest-release-1.10.0",
9
-)
+)
gtest.BUILD
@@ -25,4 +25,4 @@ cc_library(
25
linkopts = ["-pthread"],
26
visibility = ["//visibility:public"],
27
deps = [":gtest"],
28
0 commit comments