From b1aa95fcde6057cc0b96801d1c3a0ee0a47695f6 Mon Sep 17 00:00:00 2001 From: Wiktor Garbacz Date: Fri, 26 Apr 2019 06:19:41 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 245409846 Change-Id: Ic9f398146a4c0d72592f5bb7b46a01333303ba12 --- sandboxed_api/util/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/sandboxed_api/util/BUILD.bazel b/sandboxed_api/util/BUILD.bazel index babb2b8..9fd8ea8 100644 --- a/sandboxed_api/util/BUILD.bazel +++ b/sandboxed_api/util/BUILD.bazel @@ -76,6 +76,7 @@ cc_test( name = "status_test", srcs = ["status_test.cc"], deps = [ + ":status", ":status_matchers", "@com_google_googletest//:gtest_main", ],