Skip to content

Commit 29bac34

Browse files
committed
disable inferrability tests julia 1.6
1 parent b7edf88 commit 29bac34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ end
9898
@test comp("Mis") == "Missing"
9999
end
100100

101-
@testset "inferrability" begin
101+
VERSION >= v"1.7" && @testset "inferrability" begin
102102
@inferred FuzzyCompletions.completions("foo", lastindex("foo"), @__MODULE__)
103103
end
104104

0 commit comments

Comments
 (0)