Commit 5e77af42 authored by Kyle Nekritz's avatar Kyle Nekritz Committed by Facebook Github Bot

Move some tests out of FOLLY_ALLOW_TFO ifdef.

Summary: I think this ended up encompassing more than intended.

Reviewed By: yfeldblum, maxgeorg

Differential Revision: D4622645

fbshipit-source-id: 26597098a479b85d6ecc64abef2ecc53637ee759
parent d0683981
......@@ -2797,6 +2797,8 @@ TEST(AsyncSocketTest, ConnectTFOWithBigData) {
EXPECT_EQ(socket->getTFOFinished(), socket->getTFOSucceded());
}
#endif // FOLLY_ALLOW_TFO
class MockEvbChangeCallback : public AsyncSocket::EvbChangeCallback {
public:
MOCK_METHOD1(evbAttached, void(AsyncSocket*));
......@@ -2907,5 +2909,3 @@ TEST(AsyncSocketTest, ErrMessageCallback) {
ASSERT_TRUE(errMsgCB.gotTimestamp_);
}
#endif // MSG_ERRQUEUE
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment