Skip to content

Commit f9f9491

Browse files
committed
Fix build error
1 parent 1321881 commit f9f9491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7366,7 +7366,6 @@ TEST(KeepAliveTest, SSLClientReconnectionPost) {
73667366
ASSERT_TRUE(result);
73677367
EXPECT_EQ(200, result->status);
73687368
}
7369-
#endif
73707369

73717370
TEST(SNI_AutoDetectionTest, SNI_Logic) {
73727371
{
@@ -7409,6 +7408,7 @@ TEST(SNI_AutoDetectionTest, SNI_Logic) {
74097408
}
74107409
}
74117410
}
7411+
#endif
74127412

74137413
TEST(ClientProblemDetectionTest, ContentProvider) {
74147414
Server svr;

0 commit comments

Comments
 (0)