mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
parent
3ceb4d2438
commit
f689f57c1e
@ -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); \
|
||||
|
Loading…
Reference in New Issue
Block a user