There was an error while loading. Please reload this page.
1 parent 67e5268 commit 99e332dCopy full SHA for 99e332d
lib/elixir/test/elixir/process_test.exs
@@ -89,7 +89,6 @@ defmodule ProcessTest do
89
assert Process.cancel_timer(timer, async: true)
90
assert_receive {:cancel_timer, ^timer, result}
91
assert is_integer(result)
92
- assert Process.cancel_timer(timer, info: false) == :ok
93
end
94
95
test "exit(pid, :normal) does not cause the target process to exit" do
0 commit comments