mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0
This commit is contained in:
@@ -60,7 +60,7 @@ t_calculate(void)
|
||||
|
||||
bt_assert(sum_calculated == sum_expected);
|
||||
|
||||
return BT_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -78,7 +78,7 @@ t_verify(void)
|
||||
|
||||
bt_assert(ipsum_verify(a, sizeof(a), NULL));
|
||||
|
||||
return BT_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user