Fix Build-Depends in debian/control
[senf.git] / Utils / pool_alloc_mixin.test.cc
index 5d130ed..a5ab332 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief pool_alloc_mixin.test unit tests */
+    \brief pool_alloc_mixin unit tests */
 
 //#include "pool_alloc_mixin.test.hh"
 //#include "pool_alloc_mixin.test.ih"
@@ -43,7 +43,7 @@ namespace {
 
 BOOST_AUTO_UNIT_TEST(poolAllocMixin)
 {
-#ifndef SENF_NO_DEBUG
+#ifdef SENF_DEBUG
     BOOST_CHECK_EQUAL( Test::allocCounter(), 0u );
 
     {