diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-22 11:45:49 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-22 11:45:49 -0800 |
commit | 0db7e38c543307a5a55b328ff5b15292e297f57b (patch) | |
tree | 76f80275f02de990eac491ee9d9ddf7c7cd76084 | |
parent | 02ec49d58bbc468cac367b86d6ba1ceae6649b99 (diff) |
remove overly-strict assertion in websockets test
-rw-r--r-- | tests/websockets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/websockets.c b/tests/websockets.c index 59acbd69..34aa44b4 100644 --- a/tests/websockets.c +++ b/tests/websockets.c @@ -82,7 +82,7 @@ void iter(void *arg) { printf("sum: %d\n", sum); #if EMSCRIPTEN - assert(not_always_data == 1); + //assert(not_always_data == 1); int result = sum; REPORT_RESULT(); |