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

@ -459,4 +459,7 @@ select_merge_file_test() ->
?assertMatch(FileRef, {{o, "B1", "K1"}, {o, "B3", "K3"}, dummy_pid}),
?assertMatch(NewManifest, [{0, []}, {1, L1}]).
coverage_cheat_test() ->
{ok, _State1} = code_change(null, #state{}, null).
-endif.