From a700f0db5e08a73551a5bf5994f925379f84478e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Thu, 9 Oct 2025 21:04:51 +0200 Subject: [PATCH] Fix test to support v3 --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index e28e8f5..0e5e6db 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -17,7 +17,7 @@ HYPRE.Init() @testset "LibHYPRE" begin @test LibHYPRE.VERSION > VERSION # :) - @test LibHYPRE.VERSION.major == 2 + @test LibHYPRE.VERSION.major in (2, 3) end @testset "HYPREMatrix" begin