diff options
Diffstat (limited to 'tests/sockets/test_sockets_bi.c')
-rw-r--r-- | tests/sockets/test_sockets_bi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/sockets/test_sockets_bi.c b/tests/sockets/test_sockets_bi.c index e19f7fe8..4266d20c 100644 --- a/tests/sockets/test_sockets_bi.c +++ b/tests/sockets/test_sockets_bi.c @@ -124,13 +124,11 @@ int main() { } #if EMSCRIPTEN -#if EMBED_SIDE emscripten_run_script("console.log('adding iframe');" "var iframe = document.createElement('iframe');" "iframe.src = 'side.html';" "document.body.appendChild(iframe);" "console.log('added.');"); -#endif emscripten_set_main_loop(iter, 0, 0); #else while (1) iter(NULL); |