diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-09 22:23:23 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-09 22:23:23 +0000 |
commit | beadec4afd8d5ae7964a282e1200de2a4d61228b (patch) | |
tree | b01eb9f5f1a9a58e1dfa423e01e5dc48aaf7513f | |
parent | bc5dbc435eb10459574a1d021a46a06eddfadc1a (diff) | |
download | bcm5719-llvm-beadec4afd8d5ae7964a282e1200de2a4d61228b.tar.gz bcm5719-llvm-beadec4afd8d5ae7964a282e1200de2a4d61228b.zip |
[tests] Add one more lit rename update I missed.
llvm-svn: 188117
-rw-r--r-- | compiler-rt/lib/lit.common.unit.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/lit.common.unit.cfg b/compiler-rt/lib/lit.common.unit.cfg index ca00abb65e9..ccc3ffa0fe1 100644 --- 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") |