Skip to content

Commit 335f3c1

Browse files
committed
remove debug
1 parent 0fc8d42 commit 335f3c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/native_deps/native_deps_test.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def _cdylib_has_native_libs_test_impl(ctx):
2727
env = analysistest.begin(ctx)
2828
tut = analysistest.target_under_test(env)
2929
action = tut.actions[0]
30-
print(action.argv)
3130
assert_argv_contains_prefix_suffix(env, action, "-Lnative=", "/native_deps")
3231
assert_argv_contains(env, action, "--crate-type=cdylib")
3332
assert_argv_contains(env, action, "-lstatic=native_dep")

0 commit comments

Comments
 (0)