| Index: pkg/analysis_server/test/services/index/store/split_store_test.dart
|
| diff --git a/pkg/analysis_server/test/services/index/store/split_store_test.dart b/pkg/analysis_server/test/services/index/store/split_store_test.dart
|
| index ba994acd6a3a30a988225faf6dd6d88f687403ce..d824cf58ec9c98a714a1cb6ddc28cf2e8e81d209 100644
|
| --- a/pkg/analysis_server/test/services/index/store/split_store_test.dart
|
| +++ b/pkg/analysis_server/test/services/index/store/split_store_test.dart
|
| @@ -571,14 +571,6 @@ class _SplitIndexStoreTest {
|
| expect(store.aboutToIndexDart(contextA, unitElementA), isFalse);
|
| }
|
|
|
| - void test_aboutToIndexDart_disposedContext_wrapped() {
|
| - when(contextA.isDisposed).thenReturn(true);
|
| - InstrumentedAnalysisContextImpl instrumentedContext =
|
| - new MockInstrumentedAnalysisContextImpl();
|
| - when(instrumentedContext.basis).thenReturn(contextA);
|
| - expect(store.aboutToIndexDart(instrumentedContext, unitElementA), isFalse);
|
| - }
|
| -
|
| Future test_aboutToIndexDart_library_first() {
|
| when(
|
| libraryElement.parts).thenReturn(
|
|
|