[cfe-commits] [clang-tools-extra] r163718 - /clang-tools-extra/trunk/test/lit.cfg
David Blaikie
dblaikie at gmail.com
Wed Sep 12 09:29:37 PDT 2012
Author: dblaikie
Date: Wed Sep 12 11:29:37 2012
New Revision: 163718
URL: http://llvm.org/viewvc/llvm-project?rev=163718&view=rev
Log:
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)
Modified:
clang-tools-extra/trunk/test/lit.cfg
Modified: clang-tools-extra/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/lit.cfg?rev=163718&r1=163717&r2=163718&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/lit.cfg (original)
+++ clang-tools-extra/trunk/test/lit.cfg Wed Sep 12 11:29:37 2012
@@ -219,6 +219,6 @@
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')
More information about the cfe-commits
mailing list