Skip to content

Commit

Permalink
Don't error for deprecations.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jun 26, 2020
1 parent 112bc82 commit 8dc52c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ filter!(test_exeflags.exec) do c
end
push!(test_exeflags.exec, "--check-bounds=yes")
push!(test_exeflags.exec, "--startup-file=no")
push!(test_exeflags.exec, "--depwarn=error")
push!(test_exeflags.exec, "--depwarn=yes")
if Base.JLOptions().project != C_NULL
push!(test_exeflags.exec, "--project=$(unsafe_string(Base.JLOptions().project))")
end
Expand Down

0 comments on commit 8dc52c9

Please sign in to comment.