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:
parent
4f0160360c
commit
ee32b72e12
@ -95,6 +95,7 @@ py_test(
|
|||||||
":gmock_output_test_",
|
":gmock_output_test_",
|
||||||
":gmock_output_test_golden.txt",
|
":gmock_output_test_golden.txt",
|
||||||
],
|
],
|
||||||
|
python_version = "PY2",
|
||||||
deps = [":gmock_test_utils"],
|
deps = [":gmock_test_utils"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user