Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2145)

Unified Diff: pkg/analysis_server/test/services/index/store/split_store_test.dart

Issue 784623004: Remove old instrumentation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « pkg/analysis_server/test/services/index/store/mocks.dart ('k') | pkg/analyzer/lib/src/generated/engine.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698