Skip to content

Commit 6c69e93

Browse files
author
KristofferC
committed
aint nobody need 0.7...
1 parent 883e7ef commit 6c69e93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/historical_stdlib_version.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ using .Utils
1919
@test is_stdlib(networkoptions_uuid, v"1.6")
2020
@test !is_stdlib(networkoptions_uuid, v"1.5")
2121
@test !is_stdlib(networkoptions_uuid, v"1.0.0")
22-
@test !is_stdlib(networkoptions_uuid, v"0.7")
2322
@test !is_stdlib(networkoptions_uuid, nothing)
2423

2524
# Pkg is an unregistered stdlib and has always been an stdlib
2625
@test is_stdlib(pkg_uuid)
2726
@test is_stdlib(pkg_uuid, v"1.0")
2827
@test is_stdlib(pkg_uuid, v"1.6")
29-
@test is_stdlib(pkg_uuid, v"0.7")
3028
@test is_stdlib(pkg_uuid, nothing)
3129

3230
# We can't serve information for unknown major.minor versions (patches can not match)

0 commit comments

Comments
 (0)