Skip to content

Commit

Permalink
Too many underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Nov 17, 2020
1 parent f55d241 commit 38bab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LibOSXUnwind_jll/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ using Test, Libdl, LibOSXUnwind_jll

@testset "LibOSXUnwind_jll" begin
@static if Sys.isapple()
@test dlsym(LibOSXUnwind_jll.libosxunwind_handle, :__Unwind_Backtrace; throw_error=false) !== nothing
@test dlsym(LibOSXUnwind_jll.libosxunwind_handle, :_Unwind_Backtrace; throw_error=false) !== nothing
end
end

0 comments on commit 38bab47

Please sign in to comment.