Skip to content

Commit 16e047e

Browse files
authored
Fix text
1 parent 07a44d2 commit 16e047e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testcore.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ end
307307

308308

309309
funcs = [(squaresquare,(Float64,)), (squaresquaresquare,(Float64,))]
310-
filepath = compile_shlib(funcs, mangle_names=true)
310+
filepath = compile_shlib(funcs, demangle=true)
311311

312312
ptr = Libdl.dlopen(filepath, Libdl.RTLD_LOCAL)
313313

@@ -317,4 +317,4 @@ end
317317
fptr = Libdl.dlsym(ptr, "squaresquaresquare")
318318
@test ccall(fptr, Float64, (Float64,), 10.) == squaresquaresquare(10.)
319319
#Compile dylib
320-
end
320+
end

0 commit comments

Comments
 (0)