Index: pkg/analyzer/test/src/summary/summary_common.dart |
diff --git a/pkg/analyzer/test/src/summary/summary_common.dart b/pkg/analyzer/test/src/summary/summary_common.dart |
index 09af9481e30740b69e6de676715c8d157bd7bcb9..287b482d7a4913bf3c69c317cd9c721a91f0ec25 100644 |
--- a/pkg/analyzer/test/src/summary/summary_common.dart |
+++ b/pkg/analyzer/test/src/summary/summary_common.dart |
@@ -286,8 +286,6 @@ abstract class SummaryTest { |
String expectedCommentText = |
text.substring(commentStart, commentEnd).replaceAll('\r\n', '\n'); |
expect(documentationComment.text, expectedCommentText); |
- expect(documentationComment.offset, commentStart); |
- expect(documentationComment.length, commentEnd - commentStart); |
} |
/** |