Skip to content

Commit

Permalink
fix sockets tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed May 28, 2015
1 parent 55de8d6 commit 13f3066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_sockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ def filter_harnesses(harnesses):
return filter(lambda harness: (harness[0].__class__ if type(harness) is tuple else harness.__class__) is not WebsockifyServerHarness, harnesses)

class sockets(BrowserCore):
emcc_args = []

def test_inet(self):
src = r'''
#include <stdio.h>
Expand Down

0 comments on commit 13f3066

Please sign in to comment.