diff options
Diffstat (limited to 'o3tl')
-rw-r--r-- | o3tl/qa/test-vector_pool.cxx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/o3tl/qa/test-vector_pool.cxx b/o3tl/qa/test-vector_pool.cxx index 749859f4b995..4efaebdd3414 100644 --- a/o3tl/qa/test-vector_pool.cxx +++ b/o3tl/qa/test-vector_pool.cxx @@ -1,6 +1,8 @@ // autogenerated file with codegen.pl -#include <testshl/simpleheader.hxx> +#include "cppunit/TestAssert.h" +#include "cppunit/TestFixture.h" +#include "cppunit/extensions/HelperMacros.h" #include <o3tl/vector_pool.hxx> @@ -64,10 +66,4 @@ public: }; // ----------------------------------------------------------------------------- -CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(vector_pool_test, "vector pool test"); - - -// ----------------------------------------------------------------------------- - -// NOADDITIONAL; - +CPPUNIT_TEST_SUITE_REGISTRATION(vector_pool_test); |