aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-05-29 18:09:41 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-06-02 14:47:08 -0400
commitb74b956fdaccbd930851e705ecc3e7d0f5d8a957 (patch)
treebe205e7aeff4979c592bde23c75142e2197758e1 /core
parent1f6a6f2cd367aec2e506ae8d5fafcb34d4b2a0e3 (diff)
Remove unneeded import
Diffstat (limited to 'core')
-rw-r--r--core/testing/runner.odin1
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"