Skip to content

Commit eb74011

Browse files
authored
Update runtests.jl
1 parent 3d94a30 commit eb74011

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stdlib/LibUV_jll/test/runtests.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

33
using Test, Libdl, LibUV_jll
4-
5-
@testset "LibUV_jll" begin
6-
vn = VersionNumber(unsafe_string(ccall((:uv_version_string, libuv), Cstring, ())))
7-
@test vn == v"2.0.0-dev"
8-
end

0 commit comments

Comments
 (0)