diff --git a/libcxx/utils/adb_run.py b/libcxx/utils/adb_run.py index b54198fed44a4..97028f9801811 100755 --- a/libcxx/utils/adb_run.py +++ b/libcxx/utils/adb_run.py @@ -97,6 +97,7 @@ def run_command(args: argparse.Namespace) -> int: sync_test_dir(local_dir, remote_dir) adb_shell_command = ( + # Add another comment... # Set the environment early so that PATH can be overridden. Overriding # PATH is useful for: # - Replacing older shell utilities with toybox (e.g. on old devices).