Skip to content

Commit 8cb02aa

Browse files
committed
mnemonic
1 parent fcc8d35 commit 8cb02aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/cc_toolchain_runtime_lib/cc_toolchain_runtime_lib_test.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def _inputs_analysis_test_impl(ctx):
6161
env = analysistest.begin(ctx)
6262
tut = analysistest.target_under_test(env)
6363
action = tut[DepActionsInfo].actions[0]
64+
asserts.equals(env, action.mnemonic, "Rustc")
6465
inputs = action.inputs.to_list()
6566
for expected in ctx.attr.expected_inputs:
6667
asserts.true(

0 commit comments

Comments
 (0)