File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,6 @@ void test__type_hash__lessthan_bucketcount(void** state)
43
43
assert_true (_type_hash ("0" ) == 48 );
44
44
}
45
45
46
- void test__type_hash__equalto_bucketcount (void * * state )
47
- {
48
- assert_true (_type_hash ("aaaaaaaaa>>" ) == 829 );
49
- }
50
-
51
- void test__type_hash__greaterthan_bucketcount (void * * state )
52
- {
53
- assert_true (_type_hash ("abcdefghijklmnopqrstuvwxyzz" ) == 278 );
54
- }
55
-
56
46
#define TEST__TYPE_REGISTER_BEGIN ()\
57
47
_typenode_t* pt_node = NULL;\
58
48
_type_t* pt_type = NULL;\
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ UT_CASE_DECLARATION(_type_hash)
9
9
void test__type_hash__null_typename (void * * state );
10
10
void test__type_hash__null_empty (void * * state );
11
11
void test__type_hash__lessthan_bucketcount (void * * state );
12
- void test__type_hash__equalto_bucketcount (void * * state );
13
- void test__type_hash__greaterthan_bucketcount (void * * state );
14
12
/*
15
13
* test _type_register_c_builtin
16
14
*/
@@ -58,8 +56,6 @@ void test__type_cache_update__round(void** state);
58
56
UT_SUIT_BEGIN (cstl_types_aux , test__type_hash__null_typename ),\
59
57
UT_CASE (test__type_hash__null_empty ),\
60
58
UT_CASE (test__type_hash__lessthan_bucketcount ),\
61
- UT_CASE (test__type_hash__equalto_bucketcount ),\
62
- UT_CASE (test__type_hash__greaterthan_bucketcount ),\
63
59
UT_CASE_BEGIN (_type_register_c_builtin , test__type_register_c_builtin__all ),\
64
60
UT_CASE_BEGIN (_type_register_cstl_builtin , test__type_register_cstl_builtin__all ),\
65
61
UT_CASE_BEGIN (_type_init , test__type_init__all ),\
You can’t perform that action at this time.
0 commit comments