diff options
author | Stavros Aronis <[email protected]> | 2015-11-23 15:00:22 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-02-01 08:45:16 +0100 |
commit | 6b2b36f3ef1a6715b971b81c03edf534a64c6c55 (patch) | |
tree | eb7c8a536178f18e02f09664d39a2d92f5e60221 /lib/dialyzer/test/behaviour_SUITE_data | |
parent | e038cbe699acc19901e10b9569a3b783e900582d (diff) | |
download | otp-6b2b36f3ef1a6715b971b81c03edf534a64c6c55.tar.gz otp-6b2b36f3ef1a6715b971b81c03edf534a64c6c55.tar.bz2 otp-6b2b36f3ef1a6715b971b81c03edf534a64c6c55.zip |
dialyzer: Remove t_parameterized_module/0 from erl_types
Parameterized modules are no longer supported, so module() can only be
an atom().
Diffstat (limited to 'lib/dialyzer/test/behaviour_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/behaviour_SUITE_data/results/supervisor_incorrect_return | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/behaviour_SUITE_data/results/supervisor_incorrect_return b/lib/dialyzer/test/behaviour_SUITE_data/results/supervisor_incorrect_return index 4103a2d8b4..89eb295604 100644 --- a/lib/dialyzer/test/behaviour_SUITE_data/results/supervisor_incorrect_return +++ b/lib/dialyzer/test/behaviour_SUITE_data/results/supervisor_incorrect_return @@ -1,2 +1,2 @@ -supervisor_incorrect_return.erl:14: The inferred return type of init/1 ({'ok',{{'one_against_one',0,1},[{_,_,_,_,_,_},...]}}) has nothing in common with 'ignore' | {'ok',{{'one_for_all',non_neg_integer(),pos_integer()} | {'one_for_one',non_neg_integer(),pos_integer()} | {'rest_for_one',non_neg_integer(),pos_integer()} | {'simple_one_for_one',non_neg_integer(),pos_integer()} | #{},[{_,{atom() | tuple(),atom(),'undefined' | [any()]},'permanent' | 'temporary' | 'transient','brutal_kill' | 'infinity' | non_neg_integer(),'supervisor' | 'worker','dynamic' | [atom() | tuple()]} | #{}]}}, which is the expected return type for the callback of supervisor behaviour +supervisor_incorrect_return.erl:14: The inferred return type of init/1 ({'ok',{{'one_against_one',0,1},[{_,_,_,_,_,_},...]}}) has nothing in common with 'ignore' | {'ok',{{'one_for_all',non_neg_integer(),pos_integer()} | {'one_for_one',non_neg_integer(),pos_integer()} | {'rest_for_one',non_neg_integer(),pos_integer()} | {'simple_one_for_one',non_neg_integer(),pos_integer()} | #{},[{_,{atom(),atom(),'undefined' | [any()]},'permanent' | 'temporary' | 'transient','brutal_kill' | 'infinity' | non_neg_integer(),'supervisor' | 'worker','dynamic' | [atom()]} | #{}]}}, which is the expected return type for the callback of supervisor behaviour |