Skip to content

Commit fab3a82

Browse files
authored
fix importing SHA in spawntests
1 parent 5838394 commit fab3a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spawn.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Cross Platform tests for spawn. #
55
###################################
66

7-
using Random, Sockets
7+
using Random, Sockets, SHA
88
using Downloads: Downloads, download
99

1010
valgrind_off = ccall(:jl_running_on_valgrind, Cint, ()) == 0

0 commit comments

Comments
 (0)