Merge branch 'master' into calibrate
This commit is contained in:
commit
6f0611739f
@ -7,7 +7,6 @@ START_TEST(test_exception_init)
|
||||
e = exception_init();
|
||||
ck_assert_ptr_nonnull(e);
|
||||
ck_assert_int_eq(e->type, NO_ERROR);
|
||||
ck_assert_ptr_null(e->msg);
|
||||
exception_free(e);
|
||||
}
|
||||
END_TEST
|
||||
|
Reference in New Issue
Block a user