diff options
author | Zachary Turner <zturner@google.com> | 2015-03-14 04:19:32 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-03-14 04:19:32 +0000 |
commit | 2c04f79b018c20b149c93d58a9926dc1a9ead692 (patch) | |
tree | d1ea548853ecd6c9ed37be26c57eb3e9e3c67a4f /lldb/scripts/Python/python-wrapper.swig | |
parent | 563b1b057a3dc8d5600559c302651eaba86b4f9f (diff) | |
download | llvm-2c04f79b018c20b149c93d58a9926dc1a9ead692.zip llvm-2c04f79b018c20b149c93d58a9926dc1a9ead692.tar.gz llvm-2c04f79b018c20b149c93d58a9926dc1a9ead692.tar.bz2 |
[gtest] Fix gtest failures on Windows.
On Windows, you need to call WSAStartup() before making any socket
calls, and WSACleanup() before you shutdown. This wasn't being
done, so all of the socket tests were failing. This fixes
that, which brings the unit test suite to a fully working state
on Windows.
llvm-svn: 232247
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
0 files changed, 0 insertions, 0 deletions