mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-20 01:48:21 +00:00
Remove unused imports in test_core_json
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user