Skip to content

Commit fe0acaf

Browse files
committed
Fix build file reference in test workspace
1 parent e1ed7e4 commit fe0acaf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/WORKSPACE.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ http_archive(
4444
],
4545
)
4646

47-
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
48-
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")
49-
5047
http_archive(
5148
name = "io_buildbuddy_buildbuddy_toolchain",
5249
sha256 = "a2a5cccec251211e2221b1587af2ce43c36d32a42f5d881737db3b546a536510",
@@ -110,7 +107,7 @@ load("@rules_erlang//:hex_pm.bzl", "hex_pm_erlang_app")
110107

111108
hex_pm_erlang_app(
112109
name = "thoas",
113-
build_file = "@//dot_app_to_json:BUILD.thoas",
110+
build_file = "@//:BUILD.thoas",
114111
sha256 = "442296847aca11db8d25180693d7ca3073d6d7179f66952f07b16415306513b6",
115112
version = "0.4.0",
116113
)

0 commit comments

Comments
 (0)