Fix test_exception_init
This commit is contained in:
parent
f5230ae3d5
commit
397cdf5293
@ -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