Skip to content

Commit

Permalink
Add j2objc fragment to rules (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgowroji authored Feb 20, 2024
1 parent 15da39a commit 9949fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/standard_cxx_flags_test/tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _flags_test = rule(
"_cc_toolchain": attr.label(default = Label("@bazel_tools//tools/cpp:current_cc_toolchain")),
},
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
fragments = ["cpp"],
fragments = ["cpp", "j2objc"],
test = True,
)

Expand Down

0 comments on commit 9949fce

Please sign in to comment.