Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko committed Mar 2, 2021
1 parent d5e5a16 commit 57dbc03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/interleaved_cc_info/interleaved_cc_info_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def _interleaving_rust_link_order_test_impl(ctx):

interleaving_rust_link_order_test = analysistest.make(_interleaving_rust_link_order_test_impl)


def _interleaving_cc_link_order_test():
rust_library(
name = "a",
Expand Down Expand Up @@ -78,7 +77,6 @@ def interleaved_cc_info_test_suite(name):
name: Name of the macro.
"""
_interleaving_cc_link_order_test()
_interleaving_rust_link_order_test()

native.test_suite(
name = name,
Expand Down

0 comments on commit 57dbc03

Please sign in to comment.