forked from OSchip/llvm-project
clang/test/lit.cfg: Fix a typo in comment.
llvm-svn: 163696
This commit is contained in:
parent
c747cdae24
commit
6bbc981d37
|
@ -222,7 +222,7 @@ 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