[Lldb-commits] [PATCH] D20570: Add unit tests for ModuleCache

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Tue May 24 10:34:25 PDT 2016


ovyalov accepted this revision.

================
Comment at: unittests/Utility/ModuleCacheTest.cpp:74
@@ +73,3 @@
+{
+    HostInfo::Initialize();
+    ObjectFileELF::Initialize();
----------------
If it's one-off initialization can we use setUpTestCase for these purposes (for HostInfo::Initialize and ObjectFileELF::Initialize)?


http://reviews.llvm.org/D20570





More information about the lldb-commits mailing list