]> granicus.if.org Git - clang/commitdiff
Remove dead option.
authorEric Christopher <echristo@gmail.com>
Wed, 17 Apr 2013 07:19:52 +0000 (07:19 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 17 Apr 2013 07:19:52 +0000 (07:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179670 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index e8b39575646aa4c5e8bb08a85aebe223719e4840..6b0ad59c9f1f44e653787b5b9e640c6b7a0a16b7 100644 (file)
@@ -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')