forked from OSchip/llvm-project
Fix typo in a comment in lit.cfg
Matches the same typo fix in clang's lit.cfg that this was copy/pasted from. (original fix to clang's lit.cfg in r163696) llvm-svn: 163718
This commit is contained in:
parent
c7a7522f83
commit
149bf5d8a8
|
@ -219,6 +219,6 @@ if platform.system() not in ['FreeBSD']:
|
|||
if platform.system() not in ['Windows'] or lit.getBashPath() != '':
|
||||
config.available_features.add('shell')
|
||||
|
||||
# ANSI escape sequences in non-dump terminal
|
||||
# ANSI escape sequences in non-dumb terminal
|
||||
if platform.system() not in ['Windows']:
|
||||
config.available_features.add('ansi-escape-sequences')
|
||||
|
|
Loading…
Reference in New Issue