aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/old_mod.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/old_mod.erl')
-rw-r--r--erts/emulator/test/old_mod.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/old_mod.erl b/erts/emulator/test/old_mod.erl
index 1586a024d8..e714a75954 100644
--- a/erts/emulator/test/old_mod.erl
+++ b/erts/emulator/test/old_mod.erl
@@ -23,7 +23,7 @@
-export([sort_on_old_node/1, sorter/3]).
--include("test_server.hrl").
+-include_lib("common_test/include/ct.hrl").
sorter(Receiver, Ref, List) ->
Receiver ! {Ref, lists:sort(List)}.