diff options
-rw-r--r-- | clang/test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index 80e56fd4a6d..cb3ea5c53a4 100644 --- a/clang/test/lit.cfg +++ b/clang/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') |