aboutsummaryrefslogtreecommitdiff
path: root/tests/analysis/compiler_plugin/propagation/assert_propagation_test.bzl
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-16 03:05:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-16 03:05:09 +0000
commit387dfdee29c1b6ca280261a88f4bfef63370dbaa (patch)
tree216876fcf590f1cafc7bd635dc86e972521ed9d8 /tests/analysis/compiler_plugin/propagation/assert_propagation_test.bzl
parent0f80a73bcfbfe68325763f2905916c4f414b3446 (diff)
parentc66e2fa10dfc93fd11e75e9ce00e4a5141ae7137 (diff)
downloadbazelbuild-kotlin-rules-android14-tests-release.tar.gz
Change-Id: I02807dcc41ba722541ddc319ff70e61df43eed5c
Diffstat (limited to 'tests/analysis/compiler_plugin/propagation/assert_propagation_test.bzl')
-rw-r--r--tests/analysis/compiler_plugin/propagation/assert_propagation_test.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/analysis/compiler_plugin/propagation/assert_propagation_test.bzl b/tests/analysis/compiler_plugin/propagation/assert_propagation_test.bzl
index fe8c9dc..0c1b02a 100644
--- a/tests/analysis/compiler_plugin/propagation/assert_propagation_test.bzl
+++ b/tests/analysis/compiler_plugin/propagation/assert_propagation_test.bzl
@@ -17,6 +17,7 @@
load("@bazel_skylib//lib:sets.bzl", "sets")
load("@bazel_skylib//rules:build_test.bzl", "build_test")
load("//kotlin:traverse_exports.bzl", "kt_traverse_exports")
+load("//:visibility.bzl", "RULES_KOTLIN")
def _assert_propagation_impl(ctx):
expected_ids = sets.make(ctx.attr.expected_plugin_ids)