Skip to content

Commit 99d5455

Browse files
authored
Update testcore.jl
1 parent 7a141cb commit 99d5455

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(maybe_throw, (Int, Ptr{Ptr{UInt8}}), tempdir())
296+
filepath = compile_executable(foo_err, (Int, Ptr{Ptr{UInt8}}), tempdir())
297297
@test isfile(filepath)
298298
status = -1
299299
try

0 commit comments

Comments
 (0)