mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
@@ -217,7 +217,7 @@ static inline int run_test_table(void) {
|
||||
} \
|
||||
})
|
||||
|
||||
/* For funtions that return a boolean on success and a negative errno on failure. */
|
||||
/* For functions that return a boolean on success and a negative errno on failure. */
|
||||
#define ASSERT_OK_POSITIVE(expr) \
|
||||
({ \
|
||||
typeof(expr) _result = (expr); \
|
||||
|
||||
Reference in New Issue
Block a user