Googletest export

gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it.

PiperOrigin-RevId: 253820111
This commit is contained in:
misterg 2019-06-18 13:45:02 -04:00 committed by Gennadiy Civil
parent 4f0160360c
commit ee32b72e12

View File

@ -95,6 +95,7 @@ py_test(
":gmock_output_test_",
":gmock_output_test_golden.txt",
],
python_version = "PY2",
deps = [":gmock_test_utils"],
)