Remove koans illustrating self-exit

I don't really like these examples, because the process would exit
anyway when the function returns... Also having to sleep is not ideal.
This commit is contained in:
Jay Hayes
2016-05-03 17:41:55 -05:00
parent cdfca2a24a
commit 322799a655
2 changed files with 0 additions and 15 deletions

View File

@@ -11,11 +11,9 @@ defmodule ProcessesTests do
"hola!",
:how_are_you?,
{:waited_too_long, "I am impatient"},
false,
{:multiple, [true, false]},
{:exited, :random_reason},
true,
false,
:normal,
:normal,
]