diff options
author | Tatyana Krasnukha <tatyana@synopsys.com> | 2018-12-14 23:02:41 +0000 |
---|---|---|
committer | Tatyana Krasnukha <tatyana@synopsys.com> | 2018-12-14 23:02:41 +0000 |
commit | 01278833737eb9317e39ea9b44bad629d4ec0dc9 (patch) | |
tree | 62699255a91783a405e44b3c67c5fe4e122f733c /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | 560ff3559278cff3ecd3ad9d61b6ad4ee697e298 (diff) | |
download | bcm5719-llvm-01278833737eb9317e39ea9b44bad629d4ec0dc9.tar.gz bcm5719-llvm-01278833737eb9317e39ea9b44bad629d4ec0dc9.zip |
Update a comment according to r255360 "Remove -r and -R options from dotest.py"
llvm-svn: 349208
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lldbtest.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index 0606dce43a9..e689d65e7b5 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -72,8 +72,7 @@ from lldbsuite.support import encoded_file from lldbsuite.support import funcutils # See also dotest.parseOptionsAndInitTestdirs(), where the environment variables -# LLDB_COMMAND_TRACE and LLDB_DO_CLEANUP are set from '-t' and '-r dir' -# options. +# LLDB_COMMAND_TRACE is set from '-t' option. # By default, traceAlways is False. if "LLDB_COMMAND_TRACE" in os.environ and os.environ[ |