aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-09-12 16:29:37 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-09-12 16:29:37 +0000
commit9bcb0c7e043c3dc1c34693c0a0f2b98764391901 (patch)
treec820d9a5faed5c228d395bef11d4aed3caff63c4 /test
parent47c63589f21bdfc4c699b56eb515c5e97ec20bcb (diff)
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) git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@163718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 0a084970..0d50e1b8 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -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')