Skip to content

Commit

Permalink
update test_expected_failure/
Browse files Browse the repository at this point in the history
  • Loading branch information
lberki committed Aug 7, 2019
1 parent 0dcd860 commit fcc8d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_expect_failure/proto_source_root/dependency/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
proto_library(
name = "dependency",
srcs = glob(["*.proto"]),
proto_source_root = package_name(),
strip_import_prefix = "",
visibility = ["//visibility:public"],
)
2 changes: 1 addition & 1 deletion test_expect_failure/proto_source_root/user/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load(
proto_library(
name = "user",
srcs = glob(["*.proto"]),
proto_source_root = package_name(),
strip_import_prefix = "",
deps = ["//test_expect_failure/proto_source_root/dependency"],
)

Expand Down

0 comments on commit fcc8d6f

Please sign in to comment.