Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
  • Loading branch information
Eugene Ostroukhov committed Jan 3, 2017
commit 3196faedaba27ec9db08e063376d241f16256083
2 changes: 1 addition & 1 deletion test/cctest/test_inspector_socket_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Timeout {
class InspectorSocketServerTest : public ::testing::Test {
protected:
void SetUp() override {
uv_loop_init(&loop);
EXPECT_EQ(0, uv_loop_init(&loop));
}

void TearDown() override {
Expand Down