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