summaryrefslogtreecommitdiff
path: root/src/couch_replicator/test/couch_replicator_connection_tests.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch_replicator/test/couch_replicator_connection_tests.erl')
-rw-r--r--src/couch_replicator/test/couch_replicator_connection_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch_replicator/test/couch_replicator_connection_tests.erl b/src/couch_replicator/test/couch_replicator_connection_tests.erl
index ef3f2b37e..e75cc5a63 100644
--- a/src/couch_replicator/test/couch_replicator_connection_tests.erl
+++ b/src/couch_replicator/test/couch_replicator_connection_tests.erl
@@ -73,7 +73,7 @@ connections_not_shared_after_owner_death({Host, Port}) ->
Self = self(),
spawn(fun() ->
Self ! couch_replicator_connection:acquire(URL),
- 1/0
+ error("simulate division by zero without compiler warning")
end),
receive
{ok, Pid} ->