Googletest export

Format WORKSPACE and googlemock/test/BUILD.bazel using buildifier

PiperOrigin-RevId: 360913861
This commit is contained in:
Abseil Team
2021-03-04 10:44:24 -05:00
committed by CJ Johnson
parent 32983d211b
commit e7e591764b
2 changed files with 12 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ py_library(
srcs = ["gmock_test_utils.py"],
deps = [
"//googletest/test:gtest_test_utils",
]
],
)
cc_binary(
@@ -104,11 +104,11 @@ py_test(
":gmock_output_test_golden.txt",
],
python_version = "PY2",
deps = [":gmock_test_utils"],
tags = [
"no_test_msvc2015",
"no_test_msvc2017",
],
deps = [":gmock_test_utils"],
)
cc_test(