Kaydet (Commit) ada6b670 authored tarafından Theo van Klaveren's avatar Theo van Klaveren Kaydeden (comit) Caolán McNamara

Make the qa/rtl/rtl_crc32 test compile again.

üst 999dce7d
......@@ -31,7 +31,10 @@
#include "precompiled_sal.hxx"
// autogenerated file with codegen.pl
#include <testshl/simpleheader.hxx>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <rtl/crc.h>
namespace rtl_CRC32
......@@ -170,7 +173,7 @@ public:
}; // class test
// -----------------------------------------------------------------------------
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_CRC32::test, "rtl_crc32");
CPPUNIT_TEST_SUITE_REGISTRATION(rtl_CRC32::test);
} // namespace rtl_CRC32
......@@ -178,6 +181,6 @@ CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_CRC32::test, "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.
NOADDITIONAL;
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment