commit | e8a1fce513171e90c281c8fe5c9f3dd644da59ca | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Aug 09 22:23:23 2013 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Aug 09 22:23:23 2013 +0000 |
tree | 401bcd7f8dab59f6db71ed20b42cbd6b4f592b1d | |
parent | a1b15b4af39b843ebb8545d295aa872829eb8187 [diff] |
[tests] Add one more lit rename update I missed. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@188117 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/lit.common.unit.cfg b/lib/lit.common.unit.cfg index ca00abb..ccc3ffa 100644 --- a/lib/lit.common.unit.cfg +++ b/lib/lit.common.unit.cfg
@@ -6,6 +6,8 @@ import os +import lit.formats + # Setup test format llvm_build_mode = getattr(config, "llvm_build_mode", "Debug") config.test_format = lit.formats.GoogleTest(llvm_build_mode, "Test")