diff options
author | dinord <dinor@google.com> | 2021-09-23 23:31:25 (GMT) |
---|---|---|
committer | dinord <dinor@google.com> | 2021-09-23 23:31:25 (GMT) |
commit | 319a9d19bc2dfa914c6a7e8994b4b3fee7babb7c (patch) | |
tree | 665559254bdb5a363b9ecc234ecaeced06db9000 /googletest/test | |
parent | 0570d97fb684452c96327e5e6e5ae02c14dbca29 (diff) | |
parent | 277e0a016887d8ef3e5bacd950f2875aeda14efb (diff) | |
download | googletest-319a9d19bc2dfa914c6a7e8994b4b3fee7babb7c.zip googletest-319a9d19bc2dfa914c6a7e8994b4b3fee7babb7c.tar.gz googletest-319a9d19bc2dfa914c6a7e8994b4b3fee7babb7c.tar.bz2 |
Merge pull request #3574 from Vertexwahn:switch_to_native_cc_rules
PiperOrigin-RevId: 397995447
Diffstat (limited to 'googletest/test')
-rw-r--r-- | googletest/test/BUILD.bazel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googletest/test/BUILD.bazel b/googletest/test/BUILD.bazel index 7b78555..8fd595c 100644 --- a/googletest/test/BUILD.bazel +++ b/googletest/test/BUILD.bazel @@ -30,7 +30,6 @@ # # Bazel BUILD for The Google C++ Testing Framework (Google Test) -load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_test") load("@rules_python//python:defs.bzl", "py_library", "py_test") licenses(["notice"]) |