| Index: pkg/analysis_server/test/protocol_server_test.dart
|
| diff --git a/pkg/analysis_server/test/protocol_server_test.dart b/pkg/analysis_server/test/protocol_server_test.dart
|
| index 265eaaad15c7ccfc86f0a8338b7a2fdc598eb977..65b94c8a7663c0516061f4ddfc234f99fbf2c574 100644
|
| --- a/pkg/analysis_server/test/protocol_server_test.dart
|
| +++ b/pkg/analysis_server/test/protocol_server_test.dart
|
| @@ -451,12 +451,7 @@ class EnumTest {
|
| // TODO(paulberry): why does the MatchKind class exist at all? Can't we
|
| // use SearchResultKind inside the analysis server?
|
| new EnumTester<MatchKind, SearchResultKind>().run(
|
| - newSearchResultKind_fromEngine,
|
| - exceptions: {
|
| - // TODO(paulberry): do any of the exceptions below constitute bugs?
|
| - MatchKind.ANGULAR_REFERENCE: SearchResultKind.UNKNOWN,
|
| - MatchKind.ANGULAR_CLOSING_TAG_REFERENCE: SearchResultKind.UNKNOWN
|
| - });
|
| + newSearchResultKind_fromEngine);
|
| }
|
| }
|
|
|
|
|