Skip to content

Commit 90c88d0

Browse files
authored
Add missing import statements
1 parent 1072799 commit 90c88d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/more_tests.jl

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
import JSON
2+
import Test
3+
4+
using Test: @test
5+
16
const filename = only(ARGS)
27

38
const dict = JSON.parsefile(filename)

0 commit comments

Comments
 (0)