File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2029,11 +2029,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
20292029 deps = ["//deps/amqp10_common:erlang_app" , "//deps/rabbit_common:erlang_app" ],
20302030 )
20312031 erlang_bytecode (
2032- name = "routing_SUITE_beam_files" ,
2033- testonly = True ,
2034- srcs = ["test/routing_SUITE.erl" ],
2035- outs = ["test/routing_SUITE.beam" ],
2036- app_name = "rabbit" ,
2037- erlc_opts = "//:test_erlc_opts" ,
2038- deps = ["//deps/amqp_client:erlang_app" ],
2039- )
2032+ name = "routing_SUITE_beam_files" ,
2033+ testonly = True ,
2034+ srcs = ["test/routing_SUITE.erl" ],
2035+ outs = ["test/routing_SUITE.beam" ],
2036+ app_name = "rabbit" ,
2037+ erlc_opts = "//:test_erlc_opts" ,
2038+ deps = ["//deps/amqp_client:erlang_app" ],
2039+ )
You can’t perform that action at this time.
0 commit comments