From e2e029279581a409264b481faebbda347ae5ea7d Mon Sep 17 00:00:00 2001 From: schillic Date: Fri, 1 Mar 2024 17:34:34 +0100 Subject: [PATCH] remove 'time' macro in tests --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 8e3647d4..56a9e97e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -24,7 +24,7 @@ include("paper.jl") @static if !Sys.iswindows() # broken due to SDPA using Documenter include("../docs/init.jl") - @time @testset "doctests" begin + @testset "doctests" begin doctest(RangeEnclosures) end end