commit | 2001aa48d5e8931871d5597eea64ebf5e1fed581 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Mon Oct 29 22:57:02 2018 -0700 |
committer | Austin Schuh <austin@peloton-tech.com> | Tue Oct 30 00:16:46 2018 -0700 |
tree | 5b5621a89d8d7115d0ea5b314d8ca6da4bde2d19 | |
parent | 87dc7bb50ccbe5e5874e19b33e1b28e385103de9 [diff] [blame] | |
parent | 889ac43a723ec0ac8f747a810d26cd554812476d [diff] [blame] |
Update googletest Merge commit 'e10c4a83477d150b0abfd84a863450c569f30a1b' into master Change-Id: I219e458e8d80c0c0d31520e3620adae6d0ee4d64
diff --git a/aos/testing/BUILD b/aos/testing/BUILD index f77f0a7..588203a 100644 --- a/aos/testing/BUILD +++ b/aos/testing/BUILD
@@ -9,7 +9,7 @@ ], visibility = ["//visibility:public"], deps = [ - "//third_party/googletest", + "//third_party/googletest:gtest", ], )