Fix logging statement

This commit is contained in:
Chris de Graaf 2018-09-19 16:46:57 -05:00
parent 071bc7ed8a
commit 11e2201cb2

View File

@ -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