diff options
author | Stavros Aronis <[email protected]> | 2011-07-16 13:54:00 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-01 16:06:16 +0200 |
commit | c60992f93a5a30df6a16e53432ada48fa36048d2 (patch) | |
tree | 1cf5b407a9e2e127fccce53e40ead9f072cc091e /lib | |
parent | ada2590f3397fb75a2648898acf6f8920e1344a8 (diff) | |
download | otp-c60992f93a5a30df6a16e53432ada48fa36048d2.tar.gz otp-c60992f93a5a30df6a16e53432ada48fa36048d2.tar.bz2 otp-c60992f93a5a30df6a16e53432ada48fa36048d2.zip |
Update results of small_SUITE/flatten
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/flatten | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/flatten b/lib/dialyzer/test/small_SUITE_data/results/flatten index 4571214e49..8aa44dd002 100644 --- a/lib/dialyzer/test/small_SUITE_data/results/flatten +++ b/lib/dialyzer/test/small_SUITE_data/results/flatten @@ -1,2 +1,2 @@ -flatten.erl:17: The call lists:flatten(nonempty_improper_list(atom() | binary() | [any()] | char(),atom())) will never return since it differs in the 1st argument from the success typing arguments: ([any()]) +flatten.erl:17: The call lists:flatten(nonempty_improper_list(atom() | [any()] | char(),atom())) will never return since it differs in the 1st argument from the success typing arguments: ([any()]) |