Skip to content

Commit 014b6b5

Browse files
authored
replace import with using in runtests.jl (#82)
1 parent 26b939d commit 014b6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Pkg
55
# Tool tests
66
# ----------
77

8-
import TranscodingStreams:
8+
using TranscodingStreams:
99
Buffer, Memory,
1010
bufferptr, buffersize, buffermem,
1111
marginptr, marginsize, marginmem,

0 commit comments

Comments
 (0)