fix test 122

it's an unsupported scenario.
This commit is contained in:
Yann Collet
2019-08-03 16:51:26 +02:00
parent efe8496755
commit 0b0b83e8f3
7 changed files with 45 additions and 33 deletions
+3 -3
View File
@@ -56,9 +56,9 @@ extern "C" {
/**
* Return the specified error if the condition evaluates to true.
*
* In debug modes, prints additional information. In order to do that
* (particularly, printing the conditional that failed), this can't just wrap
* RETURN_ERROR().
* In debug modes, prints additional information.
* In order to do that (particularly, printing the conditional that failed),
* this can't just wrap RETURN_ERROR().
*/
#define RETURN_ERROR_IF(cond, err, ...) \
if (cond) { \