diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-03-10 20:10:47 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-03-10 20:10:47 +0100 |
commit | b7d4b924bf6e8ab01e3b7ad8d5faf20bf8ec53de (patch) | |
tree | 7b0a966b7cf4787254b1138c21609cb85250ed96 /comphelper/qa | |
parent | f6d2421bb7ddec968d33b25cfda3b24cefa935a6 (diff) |
Revert comphelper unit test noadditional change (gr2)
This reverts commit b5984e292401e87f68343e1bf8a565b622c3b4b7.
Commit broke all tinderboxen.
Diffstat (limited to 'comphelper/qa')
-rw-r--r-- | comphelper/qa/weakbag/test_weakbag_noadditional.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/weakbag/test_weakbag_noadditional.cxx b/comphelper/qa/weakbag/test_weakbag_noadditional.cxx index b809c701cea8..9f3bfe5061ab 100644 --- a/comphelper/qa/weakbag/test_weakbag_noadditional.cxx +++ b/comphelper/qa/weakbag/test_weakbag_noadditional.cxx @@ -28,6 +28,6 @@ #include <cppunit/plugin/TestPlugIn.h> -// CPPUNIT_PLUGIN_IMPLEMENT(); +CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |