diff options
-rw-r--r-- | test/Object/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Object/lit.local.cfg b/test/Object/lit.local.cfg index df9b335dd1..b2439b2d1b 100644 --- a/test/Object/lit.local.cfg +++ b/test/Object/lit.local.cfg @@ -1 +1 @@ -config.suffixes = ['.test'] +config.suffixes = ['.test', '.ll'] |