From 97eba5918a9e6a94e84d0e0df0ca1cc978a84e88 Mon Sep 17 00:00:00 2001 From: htuch Date: Wed, 29 Aug 2018 19:31:03 -0400 Subject: [PATCH] build: bump googletest version. (#4293) This gives us working --test_filter and general improvements. Signed-off-by: Harvey Tuch --- bazel/repository_locations.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index f2c8e82a82a..cc455d5f835 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -109,7 +109,7 @@ REPOSITORY_LOCATIONS = dict( strip_prefix = "twitter.common.finagle-thrift-0.3.9/src", ), com_google_googletest = dict( - commit = "43863938377a9ea1399c0596269e0890b5c5515a", + commit = "3d5612182581df64acc12d2633e473decf5adc47", # Aug 29, 2018 remote = "https://github.com/google/googletest", ), com_google_protobuf = dict(