fix warn -> @warn

This commit is contained in:
Michael Krabbe Borregaard 2018-12-07 08:11:30 +01:00
parent a882685169
commit 14cbfb5706

View File

@ -502,7 +502,7 @@ function test_examples(pkgname::Symbol; debug = false, disp = true, sleep = noth
plts[i] = plt plts[i] = plt
catch ex catch ex
# TODO: put error info into markdown? # TODO: put error info into markdown?
warn("Example $pkgname:$i:$(_examples[i].header) failed with: $ex") @warn("Example $pkgname:$i:$(_examples[i].header) failed with: $ex")
end end
if sleep != nothing if sleep != nothing
Base.sleep(sleep) Base.sleep(sleep)