r179670 - Remove dead option.
Eric Christopher
echristo at gmail.com
Wed Apr 17 00:19:52 PDT 2013
Author: echristo
Date: Wed Apr 17 02:19:52 2013
New Revision: 179670
URL: http://llvm.org/viewvc/llvm-project?rev=179670&view=rev
Log:
Remove dead option.
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=179670&r1=179669&r2=179670&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Wed Apr 17 02:19:52 2013
@@ -235,10 +235,6 @@ if execute_external:
if not platform.system() in ['Windows'] or lit.getBashPath() == '':
config.available_features.add('shell-preserves-root')
-# For tests that require Darwin to run.
-if platform.system() in ['Darwin']:
- config.available_features.add('system-darwin')
-
# 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