From: Adrian Prantl Date: Thu, 20 Feb 2014 19:51:46 +0000 (+0000) Subject: Clarify comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc40b72efbbd500a7347fa1e418864ac40645f87;p=clang Clarify comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201807 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index 80e56fd4a6..cb3ea5c53a 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -305,7 +305,7 @@ if not platform.system() in ['Windows'] or not execute_external: config.available_features.add('shell-preserves-root') # For tests that require Darwin to run. -# This is used by some of the debuginfo-tests. +# This is used by debuginfo-tests/*block*.m and debuginfo-tests/foreach.m. if platform.system() in ['Darwin']: config.available_features.add('system-darwin')