aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compilation_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-02-25 15:45:21 +0100
committerBjörn Gustavsson <[email protected]>2016-02-25 15:53:34 +0100
commitb180108aed3f44654aae70e3b59a8e6fb02df995 (patch)
tree65a0a9da19bb89b59dbdfab31d882b85a229f9e7 /lib/compiler/test/compilation_SUITE.erl
parent3d03356f718f64ca0e33b715f306219db86a4b0a (diff)
downloadotp-b180108aed3f44654aae70e3b59a8e6fb02df995.tar.gz
otp-b180108aed3f44654aae70e3b59a8e6fb02df995.tar.bz2
otp-b180108aed3f44654aae70e3b59a8e6fb02df995.zip
Replace ?t with test_server
The macro ?t is deprecated. Replace its use with 'test_server'.
Diffstat (limited to 'lib/compiler/test/compilation_SUITE.erl')
-rw-r--r--lib/compiler/test/compilation_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/compilation_SUITE.erl b/lib/compiler/test/compilation_SUITE.erl
index d1c2113ba4..72ceb87bf1 100644
--- a/lib/compiler/test/compilation_SUITE.erl
+++ b/lib/compiler/test/compilation_SUITE.erl
@@ -462,7 +462,7 @@ self_compile_node(CompilerDir, OutDir, Version, Opts) ->
%% because it will load the same cover-compiled code as on this
%% node. Use a shielded node to prevent the cover server from
%% being started.
- ?t:run_on_shielded_node(
+ test_server:run_on_shielded_node(
fun() ->
compile_compiler(Files, OutDir, Version, Opts)
end, Pa),