Googletest export

Internal Change

PiperOrigin-RevId: 347631521
This commit is contained in:
dmauro
2020-12-15 12:40:46 -05:00
committed by Derek Mauro
parent 18f8200e30
commit 4f6fa70870
2 changed files with 17 additions and 0 deletions

View File

@@ -72,6 +72,10 @@ py_test(
":gmock_leak_test_",
":gmock_test_utils",
],
tags = [
"no_test_msvc2015",
"no_test_msvc2017",
],
)
cc_test(
@@ -101,6 +105,10 @@ py_test(
],
python_version = "PY2",
deps = [":gmock_test_utils"],
tags = [
"no_test_msvc2015",
"no_test_msvc2017",
],
)
cc_test(