aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/call_trace_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-05-19 10:05:33 +0200
committerBjörn Gustavsson <[email protected]>2017-05-19 10:05:33 +0200
commit4fe2a04e8ad18436e92793b61cabb6e70434c293 (patch)
tree50a920621db47921e31976e08d08f24e7a88f31b /erts/emulator/test/call_trace_SUITE.erl
parent05dce0f330c83278cb134c7235a5353ce4116307 (diff)
parentcaf36b503f6c43494a89e196a59aa69ad3156087 (diff)
downloadotp-4fe2a04e8ad18436e92793b61cabb6e70434c293.tar.gz
otp-4fe2a04e8ad18436e92793b61cabb6e70434c293.tar.bz2
otp-4fe2a04e8ad18436e92793b61cabb6e70434c293.zip
Merge branch 'bjorn/cuddle-with-tests'
* bjorn/cuddle-with-tests: code_SUITE: Remove unused functions Eliminate warning for variable 'Config' being unused compile_SUITE: Don't create a directory called 'core' Don't crash in end_per_testcase/2 in code_SUITE:on_load_embedded/1
Diffstat (limited to 'erts/emulator/test/call_trace_SUITE.erl')
-rw-r--r--erts/emulator/test/call_trace_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/call_trace_SUITE.erl b/erts/emulator/test/call_trace_SUITE.erl
index 1216863c51..95171d04ce 100644
--- a/erts/emulator/test/call_trace_SUITE.erl
+++ b/erts/emulator/test/call_trace_SUITE.erl
@@ -60,7 +60,7 @@ all() ->
init_per_testcase(Func, Config) when is_atom(Func), is_list(Config) ->
Config.
-end_per_testcase(_Func, Config) ->
+end_per_testcase(_Func, _Config) ->
%% Reloading the module will clear all trace patterns, and
%% in a debug-compiled emulator run assertions of the counters
%% for the number of traced exported functions in this module.