summaryrefslogtreecommitdiff
path: root/test/test.cpp
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-12-17 09:55:28 -0500
committerAshod Nakashian <ashnakash@gmail.com>2016-12-19 05:46:15 +0000
commit32271b8d5c108c452db1089c100c40a62002db1f (patch)
tree90583bc613c6f0e3c2fa68d15ad04146ba07483b /test/test.cpp
parent8099b84c3e07d0a81db37b5bc4f3cf686125afbd (diff)
loolwsd: string trimming helpers
Change-Id: I5e47f92b624890421bd7022084063cdea77da12b Reviewed-on: https://gerrit.libreoffice.org/32155 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'test/test.cpp')
-rw-r--r--test/test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.cpp b/test/test.cpp
index ba809121d..0f8b35948 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -58,7 +58,6 @@ int main(int /*argc*/, char** /*argv*/)
{
Log::initialize("tst");
-
CPPUNIT_NS::TestResult controller;
CPPUNIT_NS::TestResultCollector result;
controller.addListener(&result);