Skip to content

Commit 933c176

Browse files
Remove a helper test erlc considers unused, per discussion with @kjnilsson
1 parent c806b07 commit 933c176

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/test_util.erl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,3 @@ fake_pid(Node) ->
1515
%% replace it with the incoming node binary
1616
Final = <<131,103, 100, S:16/unsigned, NodeBin/binary, LocalPidData/binary>>,
1717
binary_to_term(Final).
18-
19-
-ifdef(TEST).
20-
-include_lib("eunit/include/eunit.hrl").
21-
22-
fake_pid_test(_Config) ->
23-
Pid = fake_pid(<<"mynode@banana">>),
24-
?assertNotEqual(node(Pid), node()),
25-
?assert(is_pid(Pid)),
26-
ok.
27-
28-
-endif.

0 commit comments

Comments
 (0)