Internal change

PiperOrigin-RevId: 245409846
Change-Id: Ic9f398146a4c0d72592f5bb7b46a01333303ba12
This commit is contained in:
Wiktor Garbacz 2019-04-26 06:19:41 -07:00 committed by Copybara-Service
parent 523620f8ab
commit b1aa95fcde

View File

@ -76,6 +76,7 @@ cc_test(
name = "status_test",
srcs = ["status_test.cc"],
deps = [
":status",
":status_matchers",
"@com_google_googletest//:gtest_main",
],