From 11e2201cb2f78bcccbe645e563ceb38089043051 Mon Sep 17 00:00:00 2001 From: Chris de Graaf Date: Wed, 19 Sep 2018 16:46:57 -0500 Subject: [PATCH] Fix logging statement --- test/tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.jl b/test/tests.jl index 07f6029..743c9ee 100644 --- a/test/tests.jl +++ b/test/tests.jl @@ -123,7 +123,7 @@ if get(ENV, "TRAVIS_OS_NAME", "") != "osx" include(joinpath("interactive", "plugins.jl")) end else - info("Skipping tests that require TerminalMenus") + @info "Skipping tests that require TerminalMenus" end @testset "Show methods" begin