Coverage cheat pt 2

This commit is contained in:
martinsumner 2016-11-14 20:56:59 +00:00
parent 8cbe2ef93a
commit aa355a0aae

View file

@ -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.