aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/results/app_call
diff options
context:
space:
mode:
authorStavros Aronis <[email protected]>2015-11-23 15:00:22 +0100
committerHans Bolinder <[email protected]>2016-02-01 08:45:16 +0100
commit6b2b36f3ef1a6715b971b81c03edf534a64c6c55 (patch)
treeeb7c8a536178f18e02f09664d39a2d92f5e60221 /lib/dialyzer/test/small_SUITE_data/results/app_call
parente038cbe699acc19901e10b9569a3b783e900582d (diff)
downloadotp-6b2b36f3ef1a6715b971b81c03edf534a64c6c55.tar.gz
otp-6b2b36f3ef1a6715b971b81c03edf534a64c6c55.tar.bz2
otp-6b2b36f3ef1a6715b971b81c03edf534a64c6c55.zip
dialyzer: Remove t_parameterized_module/0 from erl_types
Parameterized modules are no longer supported, so module() can only be an atom().
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results/app_call')
-rw-r--r--lib/dialyzer/test/small_SUITE_data/results/app_call2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/app_call b/lib/dialyzer/test/small_SUITE_data/results/app_call
index cc1a63f944..1af649815a 100644
--- a/lib/dialyzer/test/small_SUITE_data/results/app_call
+++ b/lib/dialyzer/test/small_SUITE_data/results/app_call
@@ -1,3 +1,3 @@
-app_call.erl:6: The call M:'foo'() requires that M is of type atom() | tuple() not 42
+app_call.erl:6: The call M:'foo'() requires that M is of type atom() not 42
app_call.erl:9: The call 'mod':F() requires that F is of type atom() not {'gazonk',[]}