Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoreidheim <eidheim@gmail.com>2017-09-26 10:38:11 +0300
committereidheim <eidheim@gmail.com>2017-09-26 10:38:11 +0300
commiteacbf22c83bf4f1fe576b70e72c55ddcf728ef6f (patch)
treeaed7a35ee166e4e18b61e79fd60e9926ecf3556f /tests
parent8f86f3927042b15a2408873d9e582dea511c42bc (diff)
Removed unnecessary: return 0;
Diffstat (limited to 'tests')
-rw-r--r--tests/io_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/io_test.cpp b/tests/io_test.cpp
index 446ecd3..2e71f7e 100644
--- a/tests/io_test.cpp
+++ b/tests/io_test.cpp
@@ -232,6 +232,4 @@ int main() {
server.stop();
server_thread.join();
-
- return 0;
}