Procházet zdrojové kódy

Fix whitespace error in rebar_eunit

pull/3/head
Tuncer Ayaz před 12 roky
rodič
revize
ff8337f9b0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      src/rebar_eunit.erl

+ 2
- 1
src/rebar_eunit.erl Zobrazit soubor

@ -245,7 +245,8 @@ get_matching_tests1([Module|TModules], Functions, TestFunctions) ->
TestModuleExports = get_beam_test_exports(TestModuleStr),
%% Build tests {M, F} list
Tests = get_matching_tests2(Functions, {Module, ModuleExports},
{list_to_atom(TestModuleStr), TestModuleExports}),
{list_to_atom(TestModuleStr),
TestModuleExports}),
get_matching_tests1(TModules, Functions,
lists:merge([TestFunctions, Tests])).

Načítá se…
Zrušit
Uložit