Skip to content

Commit

Permalink
fix(e2e): set namespace prefix (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Jan 26, 2024
1 parent 90622e6 commit c803de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/smoke/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c803de7

Please sign in to comment.