How can I test for warnings using Base.Test?

julia> using Base.Test

julia> @test_throws _______ warn("Test it me")


Thanks

Reply via email to