diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-12 14:57:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-15 12:18:43 +0100 |
commit | 528a225ddb1d429eeb048626d5e9e045118bad2e (patch) | |
tree | e07a3454739399909f1698afd79a684f0eefd646 /sal | |
parent | a851938bfc4c8a12bbb25be3d14b7da835a49e6f (diff) |
get TestResult dtor before osl::Module dtor
Diffstat (limited to 'sal')
-rw-r--r-- | sal/cppunittester/cppunittester.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index f80f45013d3a..c1b415e583b1 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -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; |