| Index: mojo/shell/tests/shell/shell_unittest.cc
|
| diff --git a/mojo/shell/tests/shell/shell_unittest.cc b/mojo/shell/tests/shell/shell_unittest.cc
|
| index 4a0debf5442c557d16610146c1e00435b1dbfedc..d65d9b70e9ee608fcfd1ab105f028c7e3bd24f74 100644
|
| --- a/mojo/shell/tests/shell/shell_unittest.cc
|
| +++ b/mojo/shell/tests/shell/shell_unittest.cc
|
| @@ -92,7 +92,6 @@ class ShellTest : public mojo::test::ShellTest,
|
| connector()->ConnectToInterface("mojo:shell", &shell);
|
|
|
| shell->AddInstanceListener(binding_.CreateInterfacePtrAndBind());
|
| - binding_.WaitForIncomingMethodCall();
|
| }
|
|
|
| bool ContainsInstanceWithName(const std::string& name) const {
|
|
|