aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test/erts_alloc_config_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-04-22 16:16:57 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-04-22 16:16:57 +0200
commit77f4c4caab84c821a01bdffe78578781cc3a65b0 (patch)
tree225d321d09ff03888c4a440ef82ce4827194b7d0 /lib/runtime_tools/test/erts_alloc_config_SUITE.erl
parent8139ee676303736f8e5849323cd8f4fb6abed549 (diff)
downloadotp-77f4c4caab84c821a01bdffe78578781cc3a65b0.tar.gz
otp-77f4c4caab84c821a01bdffe78578781cc3a65b0.tar.bz2
otp-77f4c4caab84c821a01bdffe78578781cc3a65b0.zip
Replace ?t with test_server
The macro ?t is deprecated. Replace its use with 'test_server'.
Diffstat (limited to 'lib/runtime_tools/test/erts_alloc_config_SUITE.erl')
-rw-r--r--lib/runtime_tools/test/erts_alloc_config_SUITE.erl8
1 files changed, 4 insertions, 4 deletions
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),