File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ workspace(name = "com_google_googletest")
3
3
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
4
4
5
5
http_archive (
6
- name = "com_google_absl" , # 2023-01-10T21:08 :25Z
7
- sha256 = "f9a4e749f42c386a32a90fddf0e2913ed408d10c42f7f33ccf4c59ac4f0d1d05 " ,
8
- strip_prefix = "abseil-cpp-52835439ca90d86b27bf8cd1708296e95604d724 " ,
9
- urls = ["https://github.com/abseil/abseil-cpp/archive/52835439ca90d86b27bf8cd1708296e95604d724 .zip" ],
6
+ name = "com_google_absl" , # 2023-02-27T15:50 :25Z
7
+ sha256 = "baf8e734ac3ce213a889ce7c248b981ee1730e2093e32808e0f0a910dc985f76 " ,
8
+ strip_prefix = "abseil-cpp-0c1114c4fb83c844c7fd74708338cca1d3d9b0dc " ,
9
+ urls = ["https://github.com/abseil/abseil-cpp/archive/0c1114c4fb83c844c7fd74708338cca1d3d9b0dc .zip" ],
10
10
)
11
11
12
12
# Note this must use a commit from the `abseil` branch of the RE2 project.
Original file line number Diff line number Diff line change @@ -6667,8 +6667,7 @@ void ParseGoogleTestFlagsOnly(int* argc, char** argv) {
6667
6667
if (*argc > 0 ) {
6668
6668
// absl::ParseCommandLine() requires *argc > 0.
6669
6669
auto positional_args = absl::flags_internal::ParseCommandLineImpl (
6670
- *argc, argv, absl::flags_internal::ArgvListAction::kRemoveParsedArgs ,
6671
- absl::flags_internal::UsageFlagsAction::kHandleUsage ,
6670
+ *argc, argv, absl::flags_internal::UsageFlagsAction::kHandleUsage ,
6672
6671
absl::flags_internal::OnUndefinedFlag::kReportUndefined );
6673
6672
// Any command-line positional arguments not part of any command-line flag
6674
6673
// (or arguments to a flag) are copied back out to argv, with the program
You can’t perform that action at this time.
0 commit comments