| Index: pkg/analysis_server/test/services/correction/organize_directives_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/organize_directives_test.dart b/pkg/analysis_server/test/services/correction/organize_directives_test.dart
|
| index f21b14f4cb2784cfe6bb14d05c49dd0e1a0aab5e..dc03bceb62e13756ec4b69180bdfc008b95534d0 100644
|
| --- a/pkg/analysis_server/test/services/correction/organize_directives_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/organize_directives_test.dart
|
| @@ -7,7 +7,7 @@ library test.services.refactoring.organize_directives;
|
| import 'package:analysis_server/plugin/protocol/protocol.dart'
|
| hide AnalysisError;
|
| import 'package:analysis_server/src/services/correction/organize_directives.dart';
|
| -import 'package:analyzer/src/generated/error.dart';
|
| +import 'package:analyzer/error/error.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
|
|