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:
Reto Schneider 2024-02-23 02:46:15 +01:00 committed by Anas Nashif
parent 6ff47b15db
commit 7178113a3e

View file

@ -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