We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4006b commit 9534147Copy full SHA for 9534147
stdlib/REPL/test/repl.jl
@@ -32,7 +32,7 @@ function kill_timer(delay)
32
# **DON'T COPY ME.**
33
# The correct way to handle timeouts is to close the handle:
34
# e.g. `close(stdout_read); close(stdin_write)`
35
- test_task.queue === nothing || Base.list_deletefirst!(test_task.queue::IntrusiveLinkedList{Task}, test_task)
+ test_task.queue === nothing || Base.list_deletefirst!(test_task.queue::Base.IntrusiveLinkedList{Task}, test_task)
36
schedule(test_task, "hard kill repl test"; error=true)
37
print(stderr, "WARNING: attempting hard kill of repl test after exceeding timeout\n")
38
end
0 commit comments