diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-05-27 20:04:49 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-02 14:34:31 -0400 |
| commit | d03024088aec0238ed236dd02987f8f8e8734958 (patch) | |
| tree | 0083f8ae59159f1a7c183db3756f2e1f98d11d06 /core/testing | |
| parent | b6c4dfb68d5d7d2ac883eaa18409eb8e7d6f2e9c (diff) | |
Remove unneeded code
Diffstat (limited to 'core/testing')
| -rw-r--r-- | core/testing/runner_other.odin | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/testing/runner_other.odin b/core/testing/runner_other.odin index f3271d209..29f338828 100644 --- a/core/testing/runner_other.odin +++ b/core/testing/runner_other.odin @@ -2,13 +2,7 @@ //+build !windows package testing -import "core:time" - run_internal_test :: proc(t: ^T, it: Internal_Test) { // TODO(bill): Catch panics on other platforms it.p(t) } - -_fail_timeout :: proc(t: ^T, duration: time.Duration, loc := #caller_location) { - -}
\ No newline at end of file |