Skip to content

Commit 4f10d57

Browse files
authored
provide correct signature
1 parent 99d5455 commit 4f10d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testcore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ end
293293

294294
# Compile a function that definitely fails
295295
@inline foo_err() = UInt64(-1)
296-
filepath = compile_executable(foo_err, (Int, Ptr{Ptr{UInt8}}), tempdir())
296+
filepath = compile_executable(foo_err, (), tempdir())
297297
@test isfile(filepath)
298298
status = -1
299299
try

0 commit comments

Comments
 (0)