mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
8 lines
112 B
Odin
8 lines
112 B
Odin
//+private
|
|
//+build !windows
|
|
package testing
|
|
|
|
run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
|
it.p(t);
|
|
}
|