aboutsummaryrefslogtreecommitdiffstats
path: root/test/crash_protocol.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/crash_protocol.erl')
-rw-r--r--test/crash_protocol.erl7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/crash_protocol.erl b/test/crash_protocol.erl
new file mode 100644
index 0000000..e584f4d
--- /dev/null
+++ b/test/crash_protocol.erl
@@ -0,0 +1,7 @@
+-module(crash_protocol).
+
+-export([start_link/4]).
+
+-spec start_link(_, _, _, _) -> no_return().
+start_link(_, _, _, _) ->
+ exit(crash).