From 13ae60336608d807fb8129a5b3f4f482ad57448a Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 19:21:23 +0100 Subject: Remove visual noise from o3tl Change-Id: I15bd49dfa24b5eb260d442f15947788b41d000d1 Reviewed-on: https://gerrit.libreoffice.org/8284 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- o3tl/qa/test-heap_ptr.cxx | 2 +- o3tl/qa/test-vector_pool.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'o3tl') diff --git a/o3tl/qa/test-heap_ptr.cxx b/o3tl/qa/test-heap_ptr.cxx index 9f163c278e73..f863b6cd3f8b 100644 --- a/o3tl/qa/test-heap_ptr.cxx +++ b/o3tl/qa/test-heap_ptr.cxx @@ -150,7 +150,7 @@ class heap_ptr_test : public CppUnit::TestFixture CPPUNIT_TEST_SUITE_END(); }; // class heap_ptr_test -// ----------------------------------------------------------------------------- + CPPUNIT_TEST_SUITE_REGISTRATION(heap_ptr_test); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/o3tl/qa/test-vector_pool.cxx b/o3tl/qa/test-vector_pool.cxx index 1b7ca1c97197..c1c66773a0f3 100644 --- a/o3tl/qa/test-vector_pool.cxx +++ b/o3tl/qa/test-vector_pool.cxx @@ -83,7 +83,7 @@ public: CPPUNIT_TEST_SUITE_END(); }; -// ----------------------------------------------------------------------------- + CPPUNIT_TEST_SUITE_REGISTRATION(vector_pool_test); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit