Index: pkg/analyzer/test/src/context/test_all.dart |
diff --git a/pkg/analyzer/test/src/context/test_all.dart b/pkg/analyzer/test/src/context/test_all.dart |
index 33c2986e56ddabf5dbfe63108e098f58f626695c..d0f1619c6ce66f7c99a0a55603b3c3c14b0a25b5 100644 |
--- a/pkg/analyzer/test/src/context/test_all.dart |
+++ b/pkg/analyzer/test/src/context/test_all.dart |
@@ -9,7 +9,6 @@ import 'package:unittest/unittest.dart'; |
import '../../utils.dart'; |
import 'builder_test.dart' as builder_test; |
import 'cache_test.dart' as cache_test; |
-import 'context_factory_test.dart' as context_factory_test; |
import 'context_test.dart' as context_test; |
/// Utility for manually running all tests. |
@@ -18,7 +17,6 @@ main() { |
group('context tests', () { |
builder_test.main(); |
cache_test.main(); |
- context_factory_test.main(); |
context_test.main(); |
}); |
} |