summaryrefslogtreecommitdiff
path: root/libcr_ipc/tests
diff options
context:
space:
mode:
Diffstat (limited to 'libcr_ipc/tests')
-rw-r--r--libcr_ipc/tests/test_chan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcr_ipc/tests/test_chan.c b/libcr_ipc/tests/test_chan.c
index a6eba82..759c2b1 100644
--- a/libcr_ipc/tests/test_chan.c
+++ b/libcr_ipc/tests/test_chan.c
@@ -22,7 +22,6 @@ COROUTINE producer_cr(void *_ch) {
cr_chan_send(ch, 2);
-
cr_end();
}