diff options
Diffstat (limited to 'test/lit.cfg')
-rw-r--r-- | test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 3fb94e43f72..7a39ad3e3ec 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -464,7 +464,7 @@ if not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple): config.available_features.add('debug_frame') # Check if we are embedding timestamps. -if config.enable_timestamps: +if config.enable_timestamps == '1': config.available_features.add('timestamps') # Check if we should use gmalloc. |