Update rebar-0008-Remove-pre-R15B02-workaround patch

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-08-27 10:32:00 +03:00
parent 7f7a5c0c8f
commit bf9a8e3a21
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 12 additions and 9 deletions

View File

@ -1,14 +1,17 @@
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 2 Mar 2016 15:10:20 +0300
Subject: [PATCH] Remove pre-R15B02 workaround
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index f4d7b76..63f8c31 100644
index f4d7b76..19c3138 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -436,18 +436,6 @@ get_beam_test_exports(ModuleStr) ->
@@ -72,8 +72,6 @@
%% for internal use only
-export([info/2]).
--dialyzer({no_missing_calls, pre15b02_eunit_primitive/3}).
-
-include("rebar.hrl").
-define(EUNIT_DIR, ".eunit").
@@ -436,18 +434,6 @@ get_beam_test_exports(ModuleStr) ->
end.
make_test_primitives(RawTests) ->
@ -27,7 +30,7 @@ index f4d7b76..63f8c31 100644
?CONSOLE(" Running test function(s):~n", []),
F = fun({M, F2}, Acc) ->
?CONSOLE(" ~p:~p/0~n", [M, F2]),
@@ -456,23 +444,15 @@ make_test_primitives(RawTests) ->
@@ -456,23 +442,15 @@ make_test_primitives(RawTests) ->
case re:run(FNameStr, "_test_") of
nomatch ->
%% Normal test