summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-12 12:20:54 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-12 12:20:54 +0000
commite6714909898d7e5fe6b35b6d109e584e6c5858b0 (patch)
tree5531ce336f78f2cb2da2249b60c421dc81a07889 /testing
parent64bf3695d99688ad0967bdba2207c46845a3e8c2 (diff)
Use rules_cc instead of native cc_library rules.
Diffstat (limited to 'testing')
-rw-r--r--testing/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index 2c26350f..0db8afa1 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -1,3 +1,4 @@
1load("@rules_cc//cc:defs.bzl", "cc_binary")
1load("//tools:no_undefined.bzl", "cc_library") 2load("//tools:no_undefined.bzl", "cc_library")
2 3
3cc_library( 4cc_library(