summaryrefslogtreecommitdiff
path: root/tests/websocket-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/websocket-test.c')
-rw-r--r--tests/websocket-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/websocket-test.c b/tests/websocket-test.c
index 95ed7b12..d045d966 100644
--- a/tests/websocket-test.c
+++ b/tests/websocket-test.c
@@ -51,6 +51,7 @@ typedef struct {
while (!(cond)) g_main_context_iteration (NULL, TRUE); \
G_STMT_END
+/* LCOV_EXCL_START */
static void
on_error_not_reached (SoupWebsocketConnection *ws,
GError *error,
@@ -59,6 +60,7 @@ on_error_not_reached (SoupWebsocketConnection *ws,
/* At this point we know this will fail, but is informative */
g_assert_no_error (error);
}
+/* LCOV_EXCL_STOP */
static void
on_error_copy (SoupWebsocketConnection *ws,