| Index: pkg/analysis_server/test/integration/analysis/overrides_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/overrides_test.dart b/pkg/analysis_server/test/integration/analysis/overrides_test.dart
|
| index 79edb3718b4ccb30fa301d75841aee07b63847af..62a96574fefd55b1f3af40c3ade255c38a42c007 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/overrides_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/overrides_test.dart
|
| @@ -4,9 +4,10 @@
|
|
|
| library test.integration.analysis.overrides;
|
|
|
| -import '../../reflective_tests.dart';
|
| +import 'package:analysis_server/src/protocol.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| +import '../../reflective_tests.dart';
|
| import '../integration_tests.dart';
|
|
|
| @ReflectiveTestCase()
|
| @@ -50,7 +51,7 @@ class Target extends Base implements Interface1, Interface2 {
|
| writeFile(pathname, text);
|
| standardAnalysisSetup();
|
| sendAnalysisSetSubscriptions({
|
| - 'OVERRIDES': [pathname]
|
| + AnalysisService.OVERRIDES: [pathname]
|
| });
|
| List overrides;
|
| onAnalysisOverrides.listen((params) {
|
|
|