We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc8d42 commit 335f3c1Copy full SHA for 335f3c1
test/unit/native_deps/native_deps_test.bzl
@@ -27,7 +27,6 @@ def _cdylib_has_native_libs_test_impl(ctx):
27
env = analysistest.begin(ctx)
28
tut = analysistest.target_under_test(env)
29
action = tut.actions[0]
30
- print(action.argv)
31
assert_argv_contains_prefix_suffix(env, action, "-Lnative=", "/native_deps")
32
assert_argv_contains(env, action, "--crate-type=cdylib")
33
assert_argv_contains(env, action, "-lstatic=native_dep")
0 commit comments