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/r9c_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/r9c_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/r9c_SUITE_data/results/mnesia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/r9c_SUITE_data/results/mnesia b/lib/dialyzer/test/r9c_SUITE_data/results/mnesia index 220b18ca7a..bf67447ee7 100644 --- a/lib/dialyzer/test/r9c_SUITE_data/results/mnesia +++ b/lib/dialyzer/test/r9c_SUITE_data/results/mnesia @@ -35,6 +35,6 @@ mnesia_schema.erl:1258: Guard test FromS::'disc_copies' | 'disc_only_copies' | ' mnesia_schema.erl:1639: The pattern {'false', 'mandatory'} can never match the type {'false','optional'} mnesia_schema.erl:2434: The variable Reason can never match since previous clauses completely covered the type {'error',_} | {'ok',_} mnesia_schema.erl:451: Guard test UseDirAnyway::'false' == 'true' can never succeed -mnesia_text.erl:180: The variable T can never match since previous clauses completely covered the type {'error',{non_neg_integer(),atom() | tuple(),_}} | {'ok',_} +mnesia_text.erl:180: The variable T can never match since previous clauses completely covered the type {'error',{non_neg_integer(),atom(),_}} | {'ok',_} mnesia_tm.erl:1522: Function commit_participant/5 has no local return mnesia_tm.erl:2169: Function system_terminate/4 has no local return |