File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44cmake-build-debug
55third_party
66
7+ .clwb
8+
Original file line number Diff line number Diff line change 1+ load ("@rules_cc//cc:defs.bzl" , "cc_library" )
2+
13package (default_visibility = ["//visibility:private" ])
24
35cc_library (
Original file line number Diff line number Diff line change 1+ load ("@rules_cc//cc:defs.bzl" , "cc_library" )
2+
13package (default_visibility = ["//visibility:private" ])
24
35cc_library (
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ cc_test(
271271 linkstatic = True ,
272272 deps = [
273273 "//:phtree" ,
274- "@gtest //:gtest_main" ,
274+ "@googletest //:gtest_main" ,
275275 ],
276276)
277277
@@ -349,6 +349,6 @@ cc_test(
349349 linkstatic = True ,
350350 deps = [
351351 "//:phtree" ,
352- "@gtest //:gtest_main" ,
352+ "@googletest //:gtest_main" ,
353353 ],
354354)
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ cc_test(
102102# linkstatic = True,
103103# deps = [
104104# "//:phtree",
105- # "@gtest //:gtest_main",
105+ # "@googletest //:gtest_main",
106106# ],
107107#)
108108
You can’t perform that action at this time.
0 commit comments