diff options
author | Hans Bolinder <[email protected]> | 2015-06-26 14:09:43 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-09-15 14:15:49 +0200 |
commit | d9daff6d87c217ba7d3cba00642710e473e9b226 (patch) | |
tree | 1a77018babaf2caf52d6bde906daaf15a492b926 /lib/dialyzer/test/r9c_SUITE_data | |
parent | 195393b00e0a5b83526a2bca504fe32edd6dc989 (diff) | |
download | otp-d9daff6d87c217ba7d3cba00642710e473e9b226.tar.gz otp-d9daff6d87c217ba7d3cba00642710e473e9b226.tar.bz2 otp-d9daff6d87c217ba7d3cba00642710e473e9b226.zip |
stdlib: Remove deprecated functions in erl_parse and erl_scan
The recently added module erl_anno can no longer handle
negative line numbers.
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 b73943422a..1dc5a105bf 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',{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() | tuple(),_}} | {'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 |