Skip to content

Commit 39d0acc

Browse files
committed
Move one basic test assertion out of WIN32-only block
1 parent 3485f28 commit 39d0acc

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
@@ -5916,8 +5916,8 @@ TEST_F(ServerTest, SendLargeBodyAfterRequestLineError) {
59165916
std::chrono::duration_cast<std::chrono::milliseconds>(end - start)
59175917
.count();
59185918

5919-
#ifndef _WIN32
59205919
EXPECT_FALSE(ret);
5920+
#ifndef _WIN32
59215921
EXPECT_EQ(StatusCode::UriTooLong_414, resPost->status);
59225922
EXPECT_EQ("close", resPost->get_header_value("Connection"));
59235923
#endif

0 commit comments

Comments
 (0)