File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ filegroup(
1212 name = "build_defs" ,
1313 srcs = ["test.build_defs" ],
1414 visibility = [
15- "//test/..." ,
1615 "//src/test/..." ,
16+ "//test/..." ,
1717 ],
1818)
1919
@@ -25,12 +25,6 @@ filegroup(
2525 ],
2626)
2727
28- filegroup (
29- name = "cc_embed_binary" ,
30- srcs = ["cc_embed_binary.build_defs" ],
31- visibility = ["//test/..." ],
32- )
33-
3428# Used for some of the parse tests that want a subinclude that isn't visible to them.
3529filegroup (
3630 name = "not_visible" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# This contains an arbitrary set of rules intended to exercise
22# aspects of the cross-compilation code.
33
4- subinclude ("//test/ build_defs:cc_embed_binary " , "///cc//build_defs:c " )
4+ subinclude ("///cc// build_defs:c " , "///cc//build_defs:cc_embed_binary " )
55
66go_binary (
77 name = "generator" ,
You can’t perform that action at this time.
0 commit comments