Bläddra i källkod

eunit: fix dialyzer warnings introduced in 03da5e0b

pull/3/head
Tuncer Ayaz 11 år sedan
förälder
incheckning
589afc0173
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. +1
    -1
      dialyzer_reference
  2. +1
    -1
      src/rebar_eunit.erl

+ 1
- 1
dialyzer_reference Visa fil

@ -1,3 +1,3 @@
rebar_eunit.erl:387: Call to missing or unexported function eunit_test:function_wrapper/2
rebar_eunit.erl:434: Call to missing or unexported function eunit_test:function_wrapper/2
rebar_utils.erl:163: Call to missing or unexported function escript:foldl/3

+ 1
- 1
src/rebar_eunit.erl Visa fil

@ -259,7 +259,7 @@ randomize_suites(Config, Modules) ->
end.
randomize_suites1(Modules, Seed) ->
random:seed(35, Seed, 1337),
_ = random:seed(35, Seed, 1337),
?CONSOLE("Randomizing suite order with seed ~b~n", [Seed]),
[X||{_,X} <- lists:sort([{random:uniform(), M} || M <- Modules])].

Laddar…
Avbryt
Spara