From 62fe5d003e36acd8201fc5472a85d0112d26ca5f Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Sat, 28 Sep 2019 22:34:32 +0200 Subject: [PATCH] add test for adapted_grid usage --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 24feab44..55c7e963 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -93,6 +93,7 @@ end for plt in plots display(plt) end + @test_nowarn plot(x->x^2,0,2) end @testset "EmptyAnim" begin