Nuke warnings in tests
This commit is contained in:
@@ -82,7 +82,7 @@ START_TEST (test_restart_counter_garble)
|
||||
ck_assert_int_eq(0, uc_restart_counter_get(&cnt));
|
||||
|
||||
rc = uc_restart_counter_init(&cnt, FILE_NAME, 0);
|
||||
fail_if(rc != UC_RC_OK, "%d", rc);
|
||||
fail_if(rc != UC_RC_OK);
|
||||
ck_assert_int_eq(1, uc_restart_counter_get(&cnt));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user