diff options
Diffstat (limited to 'tests/sockets/webrtc_host.c')
-rw-r--r-- | tests/sockets/webrtc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sockets/webrtc_host.c b/tests/sockets/webrtc_host.c index 410184ad..770e59e0 100644 --- a/tests/sockets/webrtc_host.c +++ b/tests/sockets/webrtc_host.c @@ -39,7 +39,7 @@ void iter(void* arg) { #if EMSCRIPTEN int result = 1; - // REPORT_RESULT(); + REPORT_RESULT(); exit(EXIT_SUCCESS); emscripten_cancel_main_loop(); #endif |