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 656ba86

Browse filesBrowse files
Eugene OstroukhovItalo A. Casas
authored andcommitted
test: fix Coverity warning in inspector test
PR-URL: #10510 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent e7b656d commit 656ba86
Copy full SHA for 656ba86

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/test_inspector_socket_server.cc‎

Copy file name to clipboardExpand all lines: test/cctest/test_inspector_socket_server.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Timeout {
7070
class InspectorSocketServerTest : public ::testing::Test {
7171
protected:
7272
void SetUp() override {
73-
uv_loop_init(&loop);
73+
EXPECT_EQ(0, uv_loop_init(&loop));
7474
}
7575

7676
void TearDown() override {

0 commit comments

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