ztest: Remove superfluous comment
This is obviously a copy & paste error. It was introduced by
107cb86bb3
(ztest: Add initial zexpect API
for delayed failing).
Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
6ff47b15db
commit
7178113a3e
|
@ -622,7 +622,6 @@ static inline bool z_zexpect(bool cond, const char *default_msg, const char *fil
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Expect that @a a equals @a b, otherwise mark test as failed but continue its execution.
|
* @brief Expect that @a a equals @a b, otherwise mark test as failed but continue its execution.
|
||||||
* expectation fails, the test will be marked as "skipped".
|
|
||||||
*
|
*
|
||||||
* @param a Value to compare
|
* @param a Value to compare
|
||||||
* @param b Value to compare
|
* @param b Value to compare
|
||||||
|
|
Loading…
Reference in a new issue