aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/cover_SUITE_data/include_eunit_hrl/cover_inc_eunit.erl
blob: c1fe7939d2782755fa64366631d234be3e5664e4 (plain) (blame)
1
2
3
4
5
6
-module(cover_inc_eunit).
-compile(export_all).
-include_lib("eunit/include/eunit.hrl").

func() ->
    ok.