Files
Odin/core/testing/runner_other.odin
T

8 lines
112 B
Odin

//+private
//+build !windows
package testing
run_internal_test :: proc(t: ^T, it: Internal_Test) {
it.p(t);
}