Skip to content

Commit b482e4f

Browse files
committed
fmt
1 parent 9d3d8a5 commit b482e4f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/unit/extra_outdirs/BUILD.bazel

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
load("//rust:defs.bzl", "rust_library", "rust_proc_macro")
2-
load(":extra_outdirs_test.bzl", "extra_outdirs_test_suite")
31
load("@bazel_skylib//rules:select_file.bzl", "select_file")
42
load("@rules_shell//shell:sh_test.bzl", "sh_test")
3+
load("//rust:defs.bzl", "rust_library", "rust_proc_macro")
4+
load(":extra_outdirs_test.bzl", "extra_outdirs_test_suite")
5+
56
rust_proc_macro(
67
name = "write_outdirs_macro",
78
srcs = ["proc_macro.rs"],
@@ -42,12 +43,12 @@ select_file(
4243

4344
sh_test(
4445
name = "outdirs_content_test",
45-
data = [
46-
":lib_with_outdirs_select_file",
47-
],
4846
srcs = ["outdirs_content_test.sh"],
4947
args = [
5048
"$(rlocationpath :lib_with_outdirs_select_file)",
5149
],
50+
data = [
51+
":lib_with_outdirs_select_file",
52+
],
5253
deps = ["@rules_shell//shell/runfiles"],
5354
)

0 commit comments

Comments
 (0)