summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/crc32/rtl_crc32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/crc32/rtl_crc32.cxx')
-rw-r--r--sal/qa/rtl/crc32/rtl_crc32.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/qa/rtl/crc32/rtl_crc32.cxx b/sal/qa/rtl/crc32/rtl_crc32.cxx
index 3ac869cc4e3a..63e68d73c8c9 100644
--- a/sal/qa/rtl/crc32/rtl_crc32.cxx
+++ b/sal/qa/rtl/crc32/rtl_crc32.cxx
@@ -159,12 +159,12 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class test
-// -----------------------------------------------------------------------------
+
CPPUNIT_TEST_SUITE_REGISTRATION(rtl_CRC32::test);
} // namespace rtl_CRC32
-// -----------------------------------------------------------------------------
+
// this macro creates an empty function, which will called by the RegisterAllFunctions()
// to let the user the possibility to also register some functions by hand.