From 77f4c4caab84c821a01bdffe78578781cc3a65b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 22 Apr 2016 16:16:57 +0200 Subject: Replace ?t with test_server The macro ?t is deprecated. Replace its use with 'test_server'. --- lib/runtime_tools/test/erts_alloc_config_SUITE.erl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/runtime_tools/test/erts_alloc_config_SUITE.erl') diff --git a/lib/runtime_tools/test/erts_alloc_config_SUITE.erl b/lib/runtime_tools/test/erts_alloc_config_SUITE.erl index 9fbff50da5..d36c58e749 100644 --- a/lib/runtime_tools/test/erts_alloc_config_SUITE.erl +++ b/lib/runtime_tools/test/erts_alloc_config_SUITE.erl @@ -161,12 +161,12 @@ start_node(Config) -> start_node(Config, Args) -> Pa = filename:dirname(code:which(?MODULE)), - ?t:start_node(mk_name(Config), - slave, - [{args, "-pa " ++ Pa ++ " " ++ Args}]). + test_server:start_node(mk_name(Config), + slave, + [{args, "-pa " ++ Pa ++ " " ++ Args}]). stop_node(Node) -> - true = ?t:stop_node(Node). + true = test_server:stop_node(Node). privfile(Name, Config) -> filename:join([proplists:get_value(priv_dir, Config), -- cgit v1.2.3