| Index: pkg/analysis_server/test/integration/asynchrony_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/asynchrony_test.dart b/pkg/analysis_server/test/integration/asynchrony_test.dart
|
| index 79852cb84ba0aa005680ad0e6da9634e6284af52..4f3f5cffeda944a9e2831212d4423ea8794c5d59 100644
|
| --- a/pkg/analysis_server/test/integration/asynchrony_test.dart
|
| +++ b/pkg/analysis_server/test/integration/asynchrony_test.dart
|
| @@ -9,9 +9,11 @@ import 'dart:async';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| +import '../utils.dart';
|
| import 'integration_tests.dart';
|
|
|
| main() {
|
| + initializeTestEnvironment();
|
| // defineReflectiveTests(AsynchronyIntegrationTest);
|
| }
|
|
|
| @@ -58,7 +60,6 @@ class AsynchronyIntegrationTest {
|
| // received them all. If the server is blocked waiting for us to read
|
| // its responses, the flush will never complete.
|
| return server.flushCommands().then((_) {
|
| -
|
| // Begin processing responses from the server.
|
| server.listenToOutput((String event, params) {
|
| // The only expected notification is server.connected.
|
|
|