Skip to content
Snippets Groups Projects
Commit ee32b72e authored by misterg's avatar misterg Committed by Gennadiy Civil
Browse files

Googletest export

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

PiperOrigin-RevId: 253820111
parent 4f016036
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ py_test(
":gmock_output_test_",
":gmock_output_test_golden.txt",
],
python_version = "PY2",
deps = [":gmock_test_utils"],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment