forked from vieter-v/libvieter
chore(tree): some small cleanups
This commit is contained in:
parent
bee520a781
commit
ef5037f941
4 changed files with 37 additions and 13 deletions
|
|
@ -65,7 +65,7 @@ void test_rotate_left() {
|
|||
}
|
||||
|
||||
TEST_LIST = {
|
||||
{"tree tree rotate right", test_rotate_right},
|
||||
{"tree tree rotate left", test_rotate_left},
|
||||
{"tree rotate right", test_rotate_right},
|
||||
{"tree rotate left", test_rotate_left},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue