aboutsummaryrefslogtreecommitdiff
path: root/rules/cc/clang_tidy_test.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cc/clang_tidy_test.bzl')
-rw-r--r--rules/cc/clang_tidy_test.bzl4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/cc/clang_tidy_test.bzl b/rules/cc/clang_tidy_test.bzl
index f9800026..618350e7 100644
--- a/rules/cc/clang_tidy_test.bzl
+++ b/rules/cc/clang_tidy_test.bzl
@@ -12,16 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-load("@bazel_skylib//lib:paths.bzl", "paths")
load("@bazel_skylib//lib:new_sets.bzl", "sets")
load("@bazel_skylib//lib:unittest.bzl", "analysistest", "asserts")
-load("//build/bazel/rules/test_common:rules.bzl", "expect_failure_test")
load(
"//build/bazel/rules/test_common:args.bzl",
"get_all_args_with_prefix",
"get_single_arg_with_prefix",
)
-load("//build/bazel/rules/aidl:interface.bzl", "aidl_interface")
+load("//build/bazel/rules/test_common:rules.bzl", "expect_failure_test")
load(":cc_library_static.bzl", "cc_library_static")
load(":clang_tidy.bzl", "generate_clang_tidy_actions")