| Index: pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
|
| index d9c85c109f4d8e37827219d14f37f8c4f86d04d4..12687e40ff3c279e46a4c04f07a6cf878da23b07 100644
|
| --- a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
|
| +++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
|
| @@ -5,13 +5,13 @@
|
| library test.integration.completion.get.suggestions;
|
|
|
| import 'package:analysis_server/src/protocol.dart';
|
| +import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| -import '../../reflective_tests.dart';
|
| import '../integration_tests.dart';
|
|
|
| main() {
|
| - runReflectiveTests(Test);
|
| + defineReflectiveTests(Test);
|
| }
|
|
|
| @reflectiveTest
|
|
|