diff options
author | Hans Bolinder <[email protected]> | 2012-10-08 14:44:57 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2012-10-10 16:38:55 +0200 |
commit | 1504e5ef52d676b3626b2e7f15d230abdc1de936 (patch) | |
tree | d13e588712bad3165aa00c1f1f243a2593089b70 /lib/dialyzer | |
parent | 0247b4c2c53de08587c89fe5a3c598d7b798021d (diff) | |
download | otp-1504e5ef52d676b3626b2e7f15d230abdc1de936.tar.gz otp-1504e5ef52d676b3626b2e7f15d230abdc1de936.tar.bz2 otp-1504e5ef52d676b3626b2e7f15d230abdc1de936.zip |
Change the type of some arguments in filename to file:name()
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/test/r9c_SUITE_data/results/mnesia | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dialyzer/test/r9c_SUITE_data/results/mnesia b/lib/dialyzer/test/r9c_SUITE_data/results/mnesia index b397d37523..17f2bd2ea8 100644 --- a/lib/dialyzer/test/r9c_SUITE_data/results/mnesia +++ b/lib/dialyzer/test/r9c_SUITE_data/results/mnesia @@ -1,7 +1,6 @@ mnesia.erl:1319: Guard test size(Spec::[{_,_,_},...]) can never succeed mnesia.erl:1498: The call mnesia:bad_info_reply(Tab::atom(),Item::'type') will never return since it differs in the 2nd argument from the success typing arguments: (atom(),'memory' | 'size') -mnesia.erl:331: Function mod2abs/1 has no local return mnesia_backup.erl:49: Callback info about the mnesia_backup behaviour is not available mnesia_bup.erl:111: The created fun has no local return mnesia_bup.erl:574: Function fallback_receiver/2 has no local return |