aboutsummaryrefslogtreecommitdiffstats
path: root/lib/percept/test/ipc_tree.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/percept/test/ipc_tree.erl')
-rw-r--r--lib/percept/test/ipc_tree.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/percept/test/ipc_tree.erl b/lib/percept/test/ipc_tree.erl
index ff1c8d49c1..29da20e83f 100644
--- a/lib/percept/test/ipc_tree.erl
+++ b/lib/percept/test/ipc_tree.erl
@@ -46,4 +46,4 @@ gather([]) -> ok;
gather([_|Pids]) -> receive _ -> gather(Pids) end.
workload(0) -> ok;
-workload(N) -> math:sin(2), workload(N - 1).
+workload(N) -> _ = math:sin(2), workload(N - 1).