From b180108aed3f44654aae70e3b59a8e6fb02df995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 25 Feb 2016 15:45:21 +0100 Subject: Replace ?t with test_server The macro ?t is deprecated. Replace its use with 'test_server'. --- lib/compiler/test/inline_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/compiler/test/inline_SUITE.erl') diff --git a/lib/compiler/test/inline_SUITE.erl b/lib/compiler/test/inline_SUITE.erl index cb552e16e3..004a51f7dd 100644 --- a/lib/compiler/test/inline_SUITE.erl +++ b/lib/compiler/test/inline_SUITE.erl @@ -48,7 +48,7 @@ init_per_suite(Config) -> end_per_suite(Config) -> Node = proplists:get_value(testing_node, Config), - ?t:stop_node(Node), + test_server:stop_node(Node), ok. init_per_group(_GroupName, Config) -> -- cgit v1.2.3