diff options
author | Alan Kligman <ack@mozilla.com> | 2013-08-14 00:58:28 -0400 |
---|---|---|
committer | Alan Kligman <ack@mozilla.com> | 2013-08-14 00:58:28 -0400 |
commit | 2d51d99e4f77aed13d05e40b24976b62f8e926d0 (patch) | |
tree | fd1f92584ff2420134a3499490c9606cc77d809c /tests/sockets/webrtc_host.c | |
parent | ddc6000c88caafd7ae53f37728e5b315ddd8f877 (diff) |
Minor fixes for webrtc test.
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 |