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

Unified Diff: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart

Issue 2615013003: Fix for summarizing triple slash documentation comments. (Closed)
Patch Set: Created 3 years, 11 months 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
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/summarize_ast.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
index 9f3ce390194d6fefae494aacb9dd4fe11a1ca7c5..954432c5c417fbc72fad864c4a3813f56a2da7d4 100644
--- a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
@@ -4518,29 +4518,8 @@ class ImportedReferenceContributorTest_Driver
@override
bool get enableNewAnalysisDriver => true;
- @failingTest
- @override
- test_doc_function() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_doc_function();
- }
-
@override
test_enum_deprecated() {
// TODO(scheglov) remove it?
}
-
- @failingTest
- @override
- test_doc_class() {
-// Expected: 'My class.\n'
-// 'Short description.'
-// Actual: 'My class./// Short description.////// Longer description.'
-// Which: is different.
-// Expected: My class.\nShort de ...
-// Actual: My class./// Short ...
-// ^
-// Differ at offset 9
- return super.test_doc_class();
- }
}
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/summarize_ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698