| Index: pkg/analysis_server/test/integration/integration_tests.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_tests.dart b/pkg/analysis_server/test/integration/integration_tests.dart
|
| index 4436253022f8643f65e5a555def93044f7bd84fd..b6ea93ee806928093f9a9ecdda72e016565fac42 100644
|
| --- a/pkg/analysis_server/test/integration/integration_tests.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_tests.dart
|
| @@ -185,7 +185,6 @@ abstract class AbstractAnalysisServerIntegrationTest extends
|
| }
|
| // Give the server a short time to comply with the shutdown request; if it
|
| // doesn't exit, then forcibly terminate it.
|
| - Completer processExited = new Completer();
|
| sendServerShutdown();
|
| return server.exitCode.timeout(SHUTDOWN_TIMEOUT, onTimeout: () {
|
| return server.kill();
|
|
|