aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/src/higher_order_discrepancy.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2016-06-09 09:57:37 +0200
committerHans Bolinder <[email protected]>2016-06-09 09:57:37 +0200
commit26316068ca1ca815a5d5f13a8769ab9e1ab60f5c (patch)
tree795be4b5ba7654afb11416d613807cac8cb741af /lib/dialyzer/test/small_SUITE_data/src/higher_order_discrepancy.erl
parent2da08a037e4315a1010769b22610ca81462d813d (diff)
parentb13412d2e4331fa426a6722a04310cbcbf1731d6 (diff)
downloadotp-26316068ca1ca815a5d5f13a8769ab9e1ab60f5c.tar.gz
otp-26316068ca1ca815a5d5f13a8769ab9e1ab60f5c.tar.bz2
otp-26316068ca1ca815a5d5f13a8769ab9e1ab60f5c.zip
Merge branch 'stavros/dialyzer/fix_call_site_analysis/OTP-13655/PR-1092'
* stavros/dialyzer/fix_call_site_analysis/OTP-13655/PR-1092: Fix a bug in Dialyzer related to call-site analysis
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/src/higher_order_discrepancy.erl')
-rw-r--r--lib/dialyzer/test/small_SUITE_data/src/higher_order_discrepancy.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/src/higher_order_discrepancy.erl b/lib/dialyzer/test/small_SUITE_data/src/higher_order_discrepancy.erl
index ff5ee6bac4..f9547d4929 100644
--- a/lib/dialyzer/test/small_SUITE_data/src/higher_order_discrepancy.erl
+++ b/lib/dialyzer/test/small_SUITE_data/src/higher_order_discrepancy.erl
@@ -1,3 +1,8 @@
+%% With the patch introduced to avoid false warnings in
+%% user_SUITE_data/src/wpc_hlines.erl we can unfortunately no longer precisely
+%% catch problems like this one... The refinement procedure is still enough to
+%% keep some of the details, nevertheless.
+
-module(higher_order_discrepancy).
-export([test/1]).