Index: pkg/analysis_server/test/mocks.dart |
diff --git a/pkg/analysis_server/test/mocks.dart b/pkg/analysis_server/test/mocks.dart |
index 428f53b47d8dd5375ac19b570f9f443bb6d2e39c..8f508e3eb0e4d97c897fbf227495a7fa7cb29556 100644 |
--- a/pkg/analysis_server/test/mocks.dart |
+++ b/pkg/analysis_server/test/mocks.dart |
@@ -119,11 +119,6 @@ class MockFunctionTypeAliasElement extends TypedMock |
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation); |
} |
-class MockHtmlElement extends TypedMock implements HtmlElement { |
- final ElementKind kind = ElementKind.HTML; |
- noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation); |
-} |
- |
class MockImportElement extends TypedMock implements ImportElement { |
final ElementKind kind = ElementKind.IMPORT; |
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation); |