diff options
| -rw-r--r-- | test/test_util.erl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/test_util.erl b/test/test_util.erl index 863c094603..7fcf247898 100644 --- a/test/test_util.erl +++ b/test/test_util.erl @@ -15,14 +15,3 @@ fake_pid(Node) -> %% replace it with the incoming node binary Final = <<131,103, 100, S:16/unsigned, NodeBin/binary, LocalPidData/binary>>, binary_to_term(Final). - --ifdef(TEST). --include_lib("eunit/include/eunit.hrl"). - -fake_pid_test(_Config) -> - Pid = fake_pid(<<"mynode@banana">>), - ?assertNotEqual(node(Pid), node()), - ?assert(is_pid(Pid)), - ok. - --endif. |
