[KMTESTS:RTL]
[reactos.git] / rostests / kmtests / rtl / RtlAvlTree.c
1 /* this is a little hacky, but better than duplicating the code (for now) */
2 #define RTL_USE_AVL_TABLES
3 #define Test_RtlSplayTree Test_RtlAvlTree
4 #include "RtlSplayTree.c"