diff options
author | Björn Gustavsson <[email protected]> | 2016-03-07 09:14:45 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-03-10 14:31:23 +0100 |
commit | 73a611a3e4f8ca4ec62694d3fb70d30ee8558f19 (patch) | |
tree | b0d9a9cdd9521ca2bb84706cc06e9148743c8d97 /lib/kernel/test/global_group_SUITE.erl | |
parent | 59438cf3176f6c2d835f5aba29179f6e7ff1b0da (diff) | |
download | otp-73a611a3e4f8ca4ec62694d3fb70d30ee8558f19.tar.gz otp-73a611a3e4f8ca4ec62694d3fb70d30ee8558f19.tar.bz2 otp-73a611a3e4f8ca4ec62694d3fb70d30ee8558f19.zip |
Eliminate use of the ?t macro
Diffstat (limited to 'lib/kernel/test/global_group_SUITE.erl')
-rw-r--r-- | lib/kernel/test/global_group_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/test/global_group_SUITE.erl b/lib/kernel/test/global_group_SUITE.erl index 2fad1eafdd..7feabb570f 100644 --- a/lib/kernel/test/global_group_SUITE.erl +++ b/lib/kernel/test/global_group_SUITE.erl @@ -1204,7 +1204,7 @@ node_name(Name, Config) -> lists:concat([Name,U,?testcase,U,Pid,U,U,L]). stop_node(Node) -> - ?t:stop_node(Node). + test_server:stop_node(Node). wait_for_ready_net() -> |