Coverage cheat pt 2
This commit is contained in:
parent
8cbe2ef93a
commit
aa355a0aae
1 changed files with 2 additions and 1 deletions
|
@ -845,6 +845,7 @@ compact_singlefile_totwosmallfiles_test() ->
|
|||
|
||||
coverage_cheat_test() ->
|
||||
{noreply, _State0} = handle_info(timeout, #state{}),
|
||||
{ok, _State1} = code_change(null, #state{}, null).
|
||||
{ok, _State1} = code_change(null, #state{}, null),
|
||||
{reply, not_supported, _State2} = handle_call(null, null, #state{}).
|
||||
|
||||
-endif.
|
Loading…
Add table
Add a link
Reference in a new issue