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