Addressing comments

This commit is contained in:
misterg 2017-08-10 15:33:09 -04:00
parent 73f7b07fb7
commit 91530fbb76

View File

@ -86,11 +86,7 @@ cc_library(
cc_library(
name = "gtest_main",
srcs = [
"googletest/src/gtest_main.cc",
],
includes = [
"googletest",
"googletest/include",
"googlemock/src/gmock_main.cc",
],
deps = ["//:gtest"],
)