Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Socket / Protocols / UN / UNSocketProtocol.test.cc
index a9c6247..5ab4477 100644 (file)
@@ -37,8 +37,8 @@
 
 SENF_AUTO_UNIT_TEST(unProtocol)
 {
-  
     //zZ leer
+    BOOST_CHECK( true );
 }