Hello,
My unit tests are working fine, but I see the following output in the
console:
WARNING: @test_throws without an exception type is deprecated
Use @test_throws MethodError Graph("http://not.an.URI.but.a.string")
in backtrace at error.jl:30
in include_from_node1 at loading.jl:128
I looked at http://julia.readthedocs.org/en/latest/stdlib/test/, but
cannot quite figure out why I would see this warning. I am using
Julia 0.3.0-rc1+60 x86_64-apple-darwin13.3.0.
Any suggestions where I can read up on this further?
Thanks,
Kim