diff options
Diffstat (limited to 'lib/kernel/test/cleanup.erl')
-rw-r--r-- | lib/kernel/test/cleanup.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/kernel/test/cleanup.erl b/lib/kernel/test/cleanup.erl index c9f2a2a2d0..10a9f01707 100644 --- a/lib/kernel/test/cleanup.erl +++ b/lib/kernel/test/cleanup.erl @@ -36,7 +36,6 @@ end_per_group(_GroupName, Config) -> Config. -cleanup(suite) -> []; cleanup(_) -> ?line Localhost = list_to_atom(net_adm:localhost()), ?line net_adm:world_list([Localhost]), |