Index: remoting/test/app_remoting_connected_client_fixture.cc |
diff --git a/remoting/test/app_remoting_connected_client_fixture.cc b/remoting/test/app_remoting_connected_client_fixture.cc |
index 806d4416592250f2fce6eaf5c28dbf6b3949eeff..6beff60448fb365916dc1691dda30fa4bb11057f 100644 |
--- a/remoting/test/app_remoting_connected_client_fixture.cc |
+++ b/remoting/test/app_remoting_connected_client_fixture.cc |
@@ -56,7 +56,7 @@ void AppRemotingConnectedClientFixture::SetUp() { |
StartConnection(); |
if (!connection_is_ready_for_tests_) { |
- FAIL() << "Remote host connection could not be established."; |
+ ADD_FAILURE() << "Remote host connection could not be established."; |
client_->EndConnection(); |
} |
} |