r201807 - Clarify comment.

Adrian Prantl aprantl at apple.com
Thu Feb 20 11:51:47 PST 2014


Author: adrian
Date: Thu Feb 20 13:51:46 2014
New Revision: 201807

URL: http://llvm.org/viewvc/llvm-project?rev=201807&view=rev
Log:
Clarify 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=201807&r1=201806&r2=201807&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Thu Feb 20 13:51:46 2014
@@ -305,7 +305,7 @@ if not platform.system() in ['Windows']
     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')
 





More information about the cfe-commits mailing list