Mercurial > repos > public > sbplib_julia
diff test/SbpOperators/SbpOperators_test.jl @ 714:11a444d6fc93 feature/selectable_tests
Remove module wrapping testsets. They are now automatically added through the folders
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 Feb 2021 21:15:52 +0100 |
parents | df88aee35bb9 |
children |
line wrap: on
line diff
--- a/test/SbpOperators/SbpOperators_test.jl Sat Feb 20 21:09:45 2021 +0100 +++ b/test/SbpOperators/SbpOperators_test.jl Sat Feb 20 21:15:52 2021 +0100 @@ -15,8 +15,6 @@ import Sbplib.SbpOperators.odd -@testset "SbpOperators" begin - @testset "Stencil" begin s = Stencil((-2,2), (1.,2.,2.,3.,4.)) @test s isa Stencil{Float64, 5} @@ -828,5 +826,3 @@ end end end - -end