Utils/Console: Implement command node return value support
[senf.git] / Utils / auto_unit_test.hh
index 402dd63..8b0e1bb 100644 (file)
@@ -33,8 +33,8 @@
     </pre> (with possibliy adjusted path).
  */
 
-#ifndef HH_auto_unit_test_
-#define HH_auto_unit_test_ 1
+#ifndef HH_SENF_Utils_auto_unit_test_
+#define HH_SENF_Utils_auto_unit_test_ 1
 
 // Custom includes
 #include <boost/version.hpp>
@@ -57,7 +57,7 @@
 
 /** \brief Check for compile failure
 
-    COMPILE_RAIL() is used to check, that a certain piece of code will produce a compile time
+    COMPILE_FAIL() is used to check, that a certain piece of code will produce a compile time
     failure.
 
     \code