mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
Fix a typo in the comment.
llvm-svn: 123840
This commit is contained in:
parent
a91ad2dae4
commit
d2047fa6af
@ -106,7 +106,7 @@ import unittest2
|
||||
import lldb
|
||||
|
||||
# See also dotest.parseOptionsAndInitTestdirs(), where the environment variables
|
||||
# LLDB_COMMAND_TRACE and LLDB_NO_CLEANUP are set from '-t' and '-r dir' options.
|
||||
# LLDB_COMMAND_TRACE and LLDB_DO_CLEANUP are set from '-t' and '-r dir' options.
|
||||
|
||||
# By default, traceAlways is False.
|
||||
if "LLDB_COMMAND_TRACE" in os.environ and os.environ["LLDB_COMMAND_TRACE"]=="YES":
|
||||
|
Loading…
Reference in New Issue
Block a user