summaryrefslogtreecommitdiff
path: root/erts/emulator/test/float_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/float_SUITE.erl')
-rw-r--r--erts/emulator/test/float_SUITE.erl9
1 files changed, 2 insertions, 7 deletions
diff --git a/erts/emulator/test/float_SUITE.erl b/erts/emulator/test/float_SUITE.erl
index 3c1057671f..9784f5c90b 100644
--- a/erts/emulator/test/float_SUITE.erl
+++ b/erts/emulator/test/float_SUITE.erl
@@ -46,13 +46,8 @@ groups() ->
init_per_testcase(_TestCase, Config) ->
Config.
-end_per_testcase(_TestCase, _Config) ->
- case nodes(connected) of
- [] -> ok;
- Nodes ->
- [net_kernel:disconnect(N) || N <- Nodes],
- {fail, {"Leaked connections", Nodes}}
- end.
+end_per_testcase(_TestCase, Config) ->
+ erts_test_utils:ept_check_leaked_nodes(Config).
%%
%% OTP-7178, list_to_float on very small numbers should give 0.0