mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
test-xml: Use ASSERT_OK() instead of ASSERT_GE()
Follow up for 7a58b45017
This commit is contained in:
committed by
Luca Boccassi
parent
3725e17408
commit
86e780759d
@@ -16,7 +16,7 @@ static void test_one(const char *data, ...) {
|
||||
const char *nn;
|
||||
|
||||
t = xml_tokenize(&data, &name, &state, NULL);
|
||||
ASSERT_GE(t, 0);
|
||||
ASSERT_OK(t);
|
||||
|
||||
tt = va_arg(ap, int);
|
||||
ASSERT_GE(tt, 0);
|
||||
|
||||
Reference in New Issue
Block a user