aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/dummy1_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/dummy1_h.erl')
-rw-r--r--lib/stdlib/test/dummy1_h.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/stdlib/test/dummy1_h.erl b/lib/stdlib/test/dummy1_h.erl
index 4377d774a3..8bbe729646 100644
--- a/lib/stdlib/test/dummy1_h.erl
+++ b/lib/stdlib/test/dummy1_h.erl
@@ -21,7 +21,7 @@
%% Test event handler for gen_event_SUITE.erl
-export([init/1, handle_event/2, handle_call/2, handle_info/2,
- terminate/2]).
+ terminate/2, format_status/2]).
init(make_error) ->
{error, my_error};
@@ -67,4 +67,5 @@ terminate(remove_handler, Parent) ->
terminate(_Reason, _State) ->
ok.
-
+format_status(_Opt, [_PDict, _State]) ->
+ "dummy1_h handler state".