Coverage cheats

You juke the stats, and majors become colonels.  I've been here before
This commit is contained in:
martinsumner 2016-11-14 20:43:38 +00:00
parent 630f802780
commit 8cbe2ef93a
5 changed files with 20 additions and 3 deletions

View file

@ -931,6 +931,9 @@ empty_manifest_test() ->
?assertMatch("Value1", V),
ink_close(Ink2),
clean_testdir(RootPath).
coverage_cheat_test() ->
{noreply, _State0} = handle_info(timeout, #state{}),
{ok, _State1} = code_change(null, #state{}, null).
-endif.