diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-05-29 18:09:41 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-02 14:47:08 -0400 |
| commit | b74b956fdaccbd930851e705ecc3e7d0f5d8a957 (patch) | |
| tree | be205e7aeff4979c592bde23c75142e2197758e1 | |
| parent | 1f6a6f2cd367aec2e506ae8d5fafcb34d4b2a0e3 (diff) | |
Remove unneeded import
| -rw-r--r-- | core/testing/runner.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/testing/runner.odin b/core/testing/runner.odin index faba54286..47ae5d528 100644 --- a/core/testing/runner.odin +++ b/core/testing/runner.odin @@ -9,7 +9,6 @@ import "core:encoding/base64" import "core:fmt" import "core:io" import pkg_log "core:log" -import "core:math/rand" import "core:mem" import "core:os" import "core:slice" |