aboutsummaryrefslogtreecommitdiff
path: root/googlemock/test/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'googlemock/test/BUILD.bazel')
-rw-r--r--googlemock/test/BUILD.bazel4
1 files changed, 0 insertions, 4 deletions
diff --git a/googlemock/test/BUILD.bazel b/googlemock/test/BUILD.bazel
index da95ed58..95a6c269 100644
--- a/googlemock/test/BUILD.bazel
+++ b/googlemock/test/BUILD.bazel
@@ -32,9 +32,6 @@
#
# Bazel Build for Google C++ Testing Framework(Google Test)-googlemock
-load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_test")
-load("@rules_python//python:defs.bzl", "py_library", "py_test")
-
licenses(["notice"])
# Tests for GMock itself
@@ -98,7 +95,6 @@ py_test(
":gmock_output_test_",
":gmock_output_test_golden.txt",
],
- python_version = "PY2",
deps = [":gmock_test_utils"],
)