[cfe-commits] r163696 - /cfe/trunk/test/lit.cfg
NAKAMURA Takumi
geek4civic at gmail.com
Wed Sep 12 03:38:03 PDT 2012
Author: chapuni
Date: Wed Sep 12 05:38:03 2012
New Revision: 163696
URL: http://llvm.org/viewvc/llvm-project?rev=163696&view=rev
Log:
clang/test/lit.cfg: Fix a typo in comment.
Modified:
cfe/trunk/test/lit.cfg
Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=163696&r1=163695&r2=163696&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Wed Sep 12 05:38:03 2012
@@ -222,7 +222,7 @@
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