mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Make the core:testing runner on windows run in a separate thread to handle crashes in more safe manner
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//+private
|
||||
//+build !windows
|
||||
package testing
|
||||
|
||||
run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
||||
it.p(t);
|
||||
}
|
||||
Reference in New Issue
Block a user