| Index: pkg/analyzer/test/src/context/context_test.dart
|
| diff --git a/pkg/analyzer/test/src/context/context_test.dart b/pkg/analyzer/test/src/context/context_test.dart
|
| index a4980305c99c871c1c0a33de38805b96e4c90159..734c1b204287bfaca6ae581e1f7145a6ff5cd51d 100644
|
| --- a/pkg/analyzer/test/src/context/context_test.dart
|
| +++ b/pkg/analyzer/test/src/context/context_test.dart
|
| @@ -1254,13 +1254,6 @@ main() {}''');
|
| expect(context.getResolvedCompilationUnit2(source, source), isNotNull);
|
| }
|
|
|
| - void test_getResolvedCompilationUnit_source_html() {
|
| - Source source = addSource("/test.html", "<html></html>");
|
| - expect(context.getResolvedCompilationUnit2(source, source), isNull);
|
| - expect(context.resolveCompilationUnit2(source, source), isNull);
|
| - expect(context.getResolvedCompilationUnit2(source, source), isNull);
|
| - }
|
| -
|
| void test_getSourceFactory() {
|
| expect(context.sourceFactory, same(sourceFactory));
|
| }
|
|
|