summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-21 20:44:03 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-21 21:49:42 +0200
commitd2a4e7c7f70a0ff0769ed228320833fa6b29bff9 (patch)
tree6069ca24c9b7e465b3570ca7fe2f614fbe96fe11 /sw/qa
parent2e13f4e3df13d44c549467d4a9aaa1f3ff83d567 (diff)
sw: _one_ unit test with use_library_objects sw ought to be enough
Linking those things takes a lot of RAM. Change-Id: I4db9ee3f07f97601d526ab3f905ecadbf4c552ca
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx b/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx
index adaffd9627b5..30da0bdb1a6b 100644
--- a/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx
+++ b/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx
@@ -18,7 +18,6 @@
#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
-#include <cppunit/plugin/TestPlugIn.h>
using namespace sw;
@@ -145,6 +144,4 @@ ToxWhitespaceStripperTest::PositionAfterStringCanBeRequested()
// Put the test suite in the registry
CPPUNIT_TEST_SUITE_REGISTRATION(ToxWhitespaceStripperTest);
-CPPUNIT_PLUGIN_IMPLEMENT();
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */