From c13018dae45d7b721088293eda9a14e1cd0ccc8c Mon Sep 17 00:00:00 2001 From: Hu Yueh-Wei Date: Thu, 19 Sep 2024 11:42:09 +0800 Subject: [PATCH] fix: refine comments --- build/common/rust/rust_build_tests.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/common/rust/rust_build_tests.py b/build/common/rust/rust_build_tests.py index f612db394..a6949c00f 100644 --- a/build/common/rust/rust_build_tests.py +++ b/build/common/rust/rust_build_tests.py @@ -162,9 +162,8 @@ def copy_test_binaries( # 'name' in [[bin]] or [[lib]] in a crate). unit_test_output_name = get_crate_test_output_name(args.log_level) - # The output of the dependencies will be in / - # /deps, while the output of the tests will be in / - # //deps. + # The output of the tests will be in + # ///deps if args.test_output_dir != "": # Copy the unit test binary. copy_test_binaries(