commit | a4f69d656eb370dbf7f37a2d3ad5989b275b00bf | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Fri Feb 28 13:58:14 2020 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri Feb 28 13:58:14 2020 -0800 |
tree | 065375c13c539b1a8498e1cc8d8a626666d9c0f8 | |
parent | 3328d135289a96954533d4bd927e7e8c26d420e0 [diff] [blame] |
Buildify the world Change-Id: I41c06a3f567bc45d401386cc32d9c40cb6ed95d8
diff --git a/aos/testing/BUILD b/aos/testing/BUILD index 9aa058d..8693f27 100644 --- a/aos/testing/BUILD +++ b/aos/testing/BUILD
@@ -24,9 +24,9 @@ visibility = ["//visibility:public"], deps = [ ":googletest", - "@com_google_absl//absl/base", "//aos/logging:implementations", "//aos/mutex", + "@com_google_absl//absl/base", ], )