Remove Windows test runner in favor of libc implementation

This commit is contained in:
Feoramund
2024-06-02 14:54:32 -04:00
parent ccdbd4b6ce
commit 4875f745c8
3 changed files with 1 additions and 251 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ run_test_task :: proc(task: thread.Task) {
free_all(context.temp_allocator)
run_internal_test(&data.t, data.it)
data.it.p(&data.t)
end_t(&data.t)