Skip to content

Commit

Permalink
undef fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoMin committed Mar 25, 2024
1 parent 0cdf730 commit bd42627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rebar/test/rebar_dir_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ default_extra_src_dirs(Config) ->
default_all_src_dirs(Config) ->
{ok, State} = rebar_test_utils:run_and_check(Config, [], ["compile"], return),

[] = rebar_dir:all_src_dirs(rebar_state:opts(State), []),
[] = rebar_dir:all_src_dirs(rebar_state:opts(State), [], []),
["src"] = rebar_dir:all_src_dirs(rebar_state:opts(State)),
["src", "test"] = rebar_dir:all_src_dirs(rebar_state:opts(State), ["src"], ["test"]).

Expand Down

0 comments on commit bd42627

Please sign in to comment.