diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-09-28 11:29:18 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-09-28 11:29:18 -0700 |
commit | 9070da684d66719f7b130a6d0360491bfc727ee2 (patch) | |
tree | 432c2beab1c56c97dd2e7c94649e23225611f88e /tests/websockets.c | |
parent | fc15d3d8092bce3319a2b5e210dc97cb7859634a (diff) |
final fixes for websockets test, now passes
Diffstat (limited to 'tests/websockets.c')
-rw-r--r-- | tests/websockets.c | 2 |
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(); |