aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/results/record_creation_diffs
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-01-15 11:47:20 +0100
committerFredrik Gustafsson <[email protected]>2013-01-15 11:47:20 +0100
commitfa6771380931c7ded0ad4d36e6cd2554bb932dfc (patch)
treee5b5e1451f77ab7d4805fe2ea9e2bd110fb05134 /lib/dialyzer/test/small_SUITE_data/results/record_creation_diffs
parent0324fe0502d843830e6fe128e307601f21a60f26 (diff)
parent6f990318a43bfeda392b9bc146c7b1ac757ca644 (diff)
downloadotp-fa6771380931c7ded0ad4d36e6cd2554bb932dfc.tar.gz
otp-fa6771380931c7ded0ad4d36e6cd2554bb932dfc.tar.bz2
otp-fa6771380931c7ded0ad4d36e6cd2554bb932dfc.zip
Merge branch 'sa/dialyzer-record-field-type/OTP-10681'
* sa/dialyzer-record-field-type/OTP-10681: Fix precision of record creation violation warnings
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results/record_creation_diffs')
-rw-r--r--lib/dialyzer/test/small_SUITE_data/results/record_creation_diffs3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/record_creation_diffs b/lib/dialyzer/test/small_SUITE_data/results/record_creation_diffs
new file mode 100644
index 0000000000..f00c4b10ff
--- /dev/null
+++ b/lib/dialyzer/test/small_SUITE_data/results/record_creation_diffs
@@ -0,0 +1,3 @@
+
+record_creation_diffs.erl:10: Function foo/1 has no local return
+record_creation_diffs.erl:11: Record construction #bar{some_list::{'this','is','a','tuple'}} violates the declared type of field some_list::'undefined' | [any()]