From 38bab470829d2200710c814589c7873ea9ae4825 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Fri, 13 Nov 2020 23:47:53 -0800 Subject: [PATCH] Too many underscores --- stdlib/LibOSXUnwind_jll/test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/LibOSXUnwind_jll/test/runtests.jl b/stdlib/LibOSXUnwind_jll/test/runtests.jl index 12512ec3aafc7..b67b827b0d3cf 100644 --- a/stdlib/LibOSXUnwind_jll/test/runtests.jl +++ b/stdlib/LibOSXUnwind_jll/test/runtests.jl @@ -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