From 03331f43341cc076d6d7b1b23337915724b28241 Mon Sep 17 00:00:00 2001 From: Paul Berg Date: Tue, 12 Mar 2024 17:36:28 +0100 Subject: [PATCH] Update runtests.jl this was introduced in https://github.com/JuliaLang/julia/pull/43536 --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 5749fba..ad7157e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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="