summaryrefslogtreecommitdiff
path: root/lib/dialyzer/test/small_SUITE_data/src/gencall.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/src/gencall.erl')
-rw-r--r--lib/dialyzer/test/small_SUITE_data/src/gencall.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/src/gencall.erl b/lib/dialyzer/test/small_SUITE_data/src/gencall.erl
index 762be55007..8e0ac802fb 100644
--- a/lib/dialyzer/test/small_SUITE_data/src/gencall.erl
+++ b/lib/dialyzer/test/small_SUITE_data/src/gencall.erl
@@ -1,11 +1,9 @@
-%% Error: gen_server:handle_cast/2 is not logged as an unexported func
-%% but unknown function.
-module(gencall).
-export([f/0]).
f() ->
- gen_server:call(1,2,3),
+ gen_server:call(self(),request,{not_a_timeout}),
ets:lookup(1,2,3),
some_mod:some_function(),
gencall:foo(),