aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/unmatched_returns_SUITE_data/results/lc_warnings
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-02-17 15:10:27 +0100
committerBjörn Gustavsson <[email protected]>2014-02-17 15:10:27 +0100
commit6c9002f9174d40b69b3a5bcd5ef219ce4ceb3622 (patch)
tree9bed7eff26d5473ff09aa1ed84a124d3b039373b /lib/dialyzer/test/unmatched_returns_SUITE_data/results/lc_warnings
parent05504680f9586f7f2fef7381a296d344e68c0fb2 (diff)
parent89bbe43c61320d6415d2f530df54dc4f6ccf03d4 (diff)
downloadotp-6c9002f9174d40b69b3a5bcd5ef219ce4ceb3622.tar.gz
otp-6c9002f9174d40b69b3a5bcd5ef219ce4ceb3622.tar.bz2
otp-6c9002f9174d40b69b3a5bcd5ef219ce4ceb3622.zip
Merge branch 'bjorn/lc-warnings/OTP-11626'
* bjorn/lc-warnings/OTP-11626: dialyzer: Silence useless warnings about list comprehensions
Diffstat (limited to 'lib/dialyzer/test/unmatched_returns_SUITE_data/results/lc_warnings')
-rw-r--r--lib/dialyzer/test/unmatched_returns_SUITE_data/results/lc_warnings5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/dialyzer/test/unmatched_returns_SUITE_data/results/lc_warnings b/lib/dialyzer/test/unmatched_returns_SUITE_data/results/lc_warnings
new file mode 100644
index 0000000000..2784f2119e
--- /dev/null
+++ b/lib/dialyzer/test/unmatched_returns_SUITE_data/results/lc_warnings
@@ -0,0 +1,5 @@
+
+lc_warnings.erl:32: Expression produces a value of type [opaque_atom_adt:opaque_atom()], but this value is unmatched
+lc_warnings.erl:43: Expression produces a value of type [array()], but this value is unmatched
+lc_warnings.erl:65: Expression produces a value of type [lc_warnings:opaque_tuple()], but this value is unmatched
+lc_warnings.erl:7: Expression produces a value of type ['ok' | {'error',atom()}], but this value is unmatched