diff options
Diffstat (limited to 'tests/test_sockets.py')
-rw-r--r-- | tests/test_sockets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sockets.py b/tests/test_sockets.py index f9dcbc68..3a5555ed 100644 --- a/tests/test_sockets.py +++ b/tests/test_sockets.py @@ -220,6 +220,7 @@ class sockets(BrowserCore): ) def test_getaddrinfo(self): + self.emcc_args=[] self.do_run(open(path_from_root('tests', 'sockets', 'test_getaddrinfo.c')).read(), 'success') def test_getnameinfo(self): |