test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext supports Win32 since r138199.

FIXME: Shall we eliminate the feature "crash-recovery"?
llvm-svn: 138201
This commit is contained in:
NAKAMURA Takumi 2011-08-20 07:09:20 +00:00
parent aa9e24133f
commit fbd46b0736
1 changed files with 1 additions and 2 deletions

View File

@ -165,8 +165,7 @@ config.substitutions.append(
###
# Set available features we allow tests to conditionalize on.
if platform.system() != 'Windows':
config.available_features.add('crash-recovery')
config.available_features.add('crash-recovery')
# Shell execution
if platform.system() not in ['Windows'] or lit.getBashPath() != '':