Browse Source

Remove unused imports in `test_core_json`

VladPavliuk 1 năm trước cách đây
mục cha
commit
39983eaaa4
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      tests/core/encoding/json/test_core_json.odin

+ 0 - 3
tests/core/encoding/json/test_core_json.odin

@@ -3,10 +3,7 @@ package test_core_json
 import "core:encoding/json"
 import "core:testing"
 import "core:mem/virtual"
-import "core:fmt"
 import "base:runtime"
-import "core:log"
-import "core:strings"
 
 @test
 parse_json :: proc(t: ^testing.T) {