get TestResult dtor before osl::Module dtor
This commit is contained in:
parent
a851938bfc
commit
528a225ddb
1 changed files with 1 additions and 1 deletions
|
@ -172,9 +172,9 @@ SAL_IMPLEMENT_MAIN() {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
CppUnit::TestResult result;
|
||||
boost::ptr_vector<osl::Module> modules;
|
||||
cppunittester::LibreOfficeProtector *throw_protector = 0;
|
||||
CppUnit::TestResult result;
|
||||
std::string args;
|
||||
std::string testlib;
|
||||
sal_uInt32 index = 0;
|
||||
|
|
Loading…
Reference in a new issue