6 lines
97 B
C
6 lines
97 B
C
fn void run_tests(void) {
|
|
test_string16();
|
|
test_hash_table();
|
|
test_intern_table();
|
|
}
|