Skip to content

Commit

Permalink
test: fix Coverity warning in inspector test
Browse files Browse the repository at this point in the history
PR-URL: #10510
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Eugene Ostroukhov authored and italoacasas committed Jan 27, 2017
1 parent e7b656d commit 656ba86
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 656ba86

Please sign in to comment.