diff options
-rw-r--r-- | test/lit.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index e18105df19..850c0cf7ea 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -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() != '': |