Index: remoting/host/chromoting_host_context_unittest.cc |
diff --git a/remoting/host/chromoting_host_context_unittest.cc b/remoting/host/chromoting_host_context_unittest.cc |
index 3d857b3302f6eb382ada3c88997bd3433b2e153b..cdd2477d9dfbd79d7f7821b6eb9324e4e9f6150b 100644 |
--- a/remoting/host/chromoting_host_context_unittest.cc |
+++ b/remoting/host/chromoting_host_context_unittest.cc |
@@ -20,11 +20,6 @@ TEST(ChromotingHostContextTest, StartAndStop) { |
EXPECT_TRUE(context.jingle_thread()); |
EXPECT_TRUE(context.main_message_loop()); |
EXPECT_TRUE(context.encode_message_loop()); |
- context.Stop(); |
- |
- // Expect all the threads are stopped. |
- EXPECT_FALSE(context.main_thread_.IsRunning()); |
- EXPECT_FALSE(context.encode_thread_.IsRunning()); |
} |
} // namespace remoting |