diff --git a/e2e/smoke/BUILD b/e2e/smoke/BUILD index 4b61534..31dfb97 100644 --- a/e2e/smoke/BUILD +++ b/e2e/smoke/BUILD @@ -3,7 +3,7 @@ Add a basic smoke-test target below. """ load("@bazel_skylib//rules:build_test.bzl", "build_test") -# load("com_myorg_rules_mylang//mylang:defs.bzl", "...") +# load("@com_myorg_rules_mylang//mylang:defs.bzl", "...") # Replace with a usage of your rule/macro filegroup(name = "empty")