فهرست منبع

Remove unused imports in `test_core_json`

VladPavliuk 1 سال پیش
والد
کامیت
39983eaaa4
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  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) {