Files
wasm_transcript_browser/src/testing/testing.gen.c
Krzosa Karol 706bd89385 string16
2025-04-03 10:52:11 +02:00

6 lines
97 B
C

fn void run_tests(void) {
test_string16();
test_hash_table();
test_intern_table();
}