Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6de2407

Browse filesBrowse files
xiaocainiao633aduh95
authored andcommitted
test: fix small compile warning in test_network_requests_buffer.cc
PR-URL: #60281 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 6bacb65 commit 6de2407
Copy full SHA for 6de2407

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/cctest/inspector/test_network_requests_buffer.cc‎

Copy file name to clipboardExpand all lines: test/cctest/inspector/test_network_requests_buffer.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ TEST(RequestsBuffer, EnforceLimit) {
168168
buffer.find("4")->second.push_request_data_blob(
169169
protocol::Binary::fromSpan(kDummyData, 10));
170170
// "3" and "4" are kept.
171-
EXPECT_EQ(buffer.total_buffer_size(), 15);
171+
EXPECT_EQ(buffer.total_buffer_size(), 15u);
172172
}
173173

174174
EXPECT_FALSE(buffer.contains("1"));

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.