projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc5dbc4
)
[tests] Add one more lit rename update I missed.
author
Daniel Dunbar
<daniel@zuster.org>
Fri, 9 Aug 2013 22:23:23 +0000
(22:23 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Fri, 9 Aug 2013 22:23:23 +0000
(22:23 +0000)
llvm-svn: 188117
compiler-rt/lib/lit.common.unit.cfg
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/lit.common.unit.cfg
b/compiler-rt/lib/lit.common.unit.cfg
index ca00abb65e9f200b004113d1a04c790f97ef369f..ccc3ffa0fe1a57e152b06d2b8cd5a59f4567701e 100644
(file)
--- a/
compiler-rt/lib/lit.common.unit.cfg
+++ b/
compiler-rt/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")