aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/src/behaviour_info/with_bad_format_status.erl
blob: 24591e08fa0c4e248e5446e89209a30feb581358 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
-module(with_bad_format_status).

-behaviour(gen_server).
-export([handle_call/3,handle_cast/2,handle_info/2,
         code_change/3, init/1, terminate/2, format_status/2]).
handle_call(_, _, S) -> {noreply, S}.
handle_cast(_, S) -> {noreply, S}.
handle_info(_, S) -> {noreply, S}.
code_change(_, _, _) -> {error, not_implemented}.
init(_) -> {ok, state}.
terminate(_, _) -> ok.
format_status(bad_arg, _) -> ok. % optional callback