| Index: pkg/analysis_server/test/analysis/notification_highlights_test2.dart
|
| diff --git a/pkg/analysis_server/test/analysis/notification_highlights_test2.dart b/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
|
| index 76591256f4162aebfd12f4d4ecd38d2c75483351..002bb1b9dacc63bff04cccafcf12ff0586bb3cd0 100644
|
| --- a/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
|
| +++ b/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
|
| @@ -12,8 +12,10 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| import '../analysis_abstract.dart';
|
| +import '../utils.dart';
|
|
|
| main() {
|
| + initializeTestEnvironment();
|
| defineReflectiveTests(AnalysisNotificationHighlightsTest);
|
| defineReflectiveTests(HighlightTypeTest);
|
| }
|
| @@ -1061,7 +1063,9 @@ class A<T> {
|
| }
|
|
|
| void _addLibraryForTestPart() {
|
| - addFile('$testFolder/my_lib.dart', '''
|
| + addFile(
|
| + '$testFolder/my_lib.dart',
|
| + '''
|
| library lib;
|
| part 'test.dart';
|
| ''');
|
|
|