aboutsummaryrefslogtreecommitdiff
path: root/tests/websockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/websockets.c')
-rw-r--r--tests/websockets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/websockets.c b/tests/websockets.c
index 5988b633..c74b145d 100644
--- a/tests/websockets.c
+++ b/tests/websockets.c
@@ -60,6 +60,8 @@ void iter(void *arg) {
done = 1;
+ printf("sum: %d\n", sum);
+
#if EMSCRIPTEN
int result = sum;
REPORT_RESULT();