From 6a01e3fbf97dde95c33ada21b2e04e57b690d533 Mon Sep 17 00:00:00 2001 From: Pung Date: Fri, 1 May 2026 13:41:13 +0700 Subject: [PATCH] removed unused fmt --- tests/core/thread/test_core_thread.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/core/thread/test_core_thread.odin b/tests/core/thread/test_core_thread.odin index 0c7d956e4..e06fcc3cf 100644 --- a/tests/core/thread/test_core_thread.odin +++ b/tests/core/thread/test_core_thread.odin @@ -3,7 +3,6 @@ package test_core_thread import "core:testing" import "core:thread" import "base:intrinsics" -import "core:fmt" @(test) poly_data_test :: proc(_t: ^testing.T) {