| 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 1792a213d30843dd99c942df2ece9fc4755bb08d..798e7432e68fb4cdb80ceb0b0e9c1ed9f35788ba 100644
|
| --- a/pkg/analysis_server/test/integration/integration_tests.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_tests.dart
|
| @@ -19,7 +19,8 @@ import 'protocol_matchers.dart';
|
| /**
|
| * Base class for analysis server integration tests.
|
| */
|
| -abstract class AbstractAnalysisServerIntegrationTest extends InttestMixin {
|
| +abstract class AbstractAnalysisServerIntegrationTest extends
|
| + IntegrationTestMixin {
|
| /**
|
| * Amount of time to give the server to respond to a shutdown request before
|
| * forcibly terminating it.
|
|
|