Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / PPI / DiscardSink.test.cc
index 5e32f96..551842c 100644 (file)
@@ -37,7 +37,7 @@
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(discardSink)
+SENF_AUTO_UNIT_TEST(discardSink)
 {
     // here we really can just validate that everything compiles ...
 
@@ -51,6 +51,8 @@ BOOST_AUTO_UNIT_TEST(discardSink)
 
     source.submit(p);
     source.submit(p);
+
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////