Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
this was introduced in JuliaLang/julia#43536
  • Loading branch information
Pangoraw authored Mar 12, 2024
1 parent e2165a7 commit 03331f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ end
@test comp("Mis") == "Missing"
end

@testset "Keyword Argument Completion" begin
VERSION > v"1.9" && @testset "Keyword Argument Completion" begin
@test comp("sin(sin") == "sin"
@test comp("sum(x; dim") == "dims="
@test comp("sum(x, dim") == "dims="
Expand Down

0 comments on commit 03331f4

Please sign in to comment.