X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Ftest.h;h=96b4138b3de6e991a562bf16c4146f603b394eb0;hb=97834bb9edb61250c69430ef259bff6262d10e0a;hp=b73ae5459b6a01d4da2dcc3d875c44228ea918b7;hpb=e9c187ad9c028f3f3b5c222df0959223d15cbc33;p=bertos.git diff --git a/bertos/cfg/test.h b/bertos/cfg/test.h index b73ae545..96b4138b 100644 --- a/bertos/cfg/test.h +++ b/bertos/cfg/test.h @@ -41,11 +41,11 @@ #define CFG_TEST_H /** - * Silent an assert in test suite. - * This is use when we do a test suite and we want test - * the error condition, so we now that an assert condition is false - * but is not a really error. To ignore this error we mark it - * with this macro, where str is a messge string of the assert + * Silent an assert in a test. + * This is useful when we run a test and we want to test + * an error condition. We know that an assert will fail but + * this is not really an error. To ignore that we mark it + * with this macro, where str is the message string of the assert * that we want to drop. */ #define SILENT_ASSERT(str) \