mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove unneeded code
This commit is contained in:
@@ -2,13 +2,7 @@
|
|||||||
//+build !windows
|
//+build !windows
|
||||||
package testing
|
package testing
|
||||||
|
|
||||||
import "core:time"
|
|
||||||
|
|
||||||
run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
||||||
// TODO(bill): Catch panics on other platforms
|
// TODO(bill): Catch panics on other platforms
|
||||||
it.p(t)
|
it.p(t)
|
||||||
}
|
}
|
||||||
|
|
||||||
_fail_timeout :: proc(t: ^T, duration: time.Duration, loc := #caller_location) {
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user