aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-17 07:19:52 +0000
committerEric Christopher <echristo@gmail.com>2013-04-17 07:19:52 +0000
commitec431d55438ad1425d2130171f0ad2328dfdc6d9 (patch)
tree71e37336d837dbbb7f2cdf621d3d6106574e7f04 /test
parent2a6e528cbd687e22744d5d7eba428afea99da300 (diff)
downloadclang-ec431d55438ad1425d2130171f0ad2328dfdc6d9.tar.gz
Remove dead option.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/lit.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index e8b3957564..6b0ad59c9f 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -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')