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

Unified Diff: pkg/front_end/test/scanner_roundtrip_test.dart

Issue 2900963009: enable analyzer scanner adapter generic method support (Closed)
Patch Set: Created 3 years, 7 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 | « pkg/front_end/lib/src/scanner/reader.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/scanner_roundtrip_test.dart
diff --git a/pkg/front_end/test/scanner_roundtrip_test.dart b/pkg/front_end/test/scanner_roundtrip_test.dart
index ab7e7297f8f7c1981f5a97cdb0739c3535fa78ba..452fdc7e37f7059d77d249e4382c1a9ff46481bc 100644
--- a/pkg/front_end/test/scanner_roundtrip_test.dart
+++ b/pkg/front_end/test/scanner_roundtrip_test.dart
@@ -41,22 +41,6 @@ class ScannerTest_RoundTrip extends ScannerTest {
return new ToAnalyzerTokenStreamConverter_NoErrors()
.convertTokens(fastaToken);
}
-
- @override
- @failingTest
- void test_comment_generic_method_type_assign() {
- // TODO(paulberry,ahe): Fasta scanner doesn't support generic comment
- // syntax.
- super.test_comment_generic_method_type_assign();
- }
-
- @override
- @failingTest
- void test_comment_generic_method_type_list() {
- // TODO(paulberry,ahe): Fasta scanner doesn't support generic comment
- // syntax.
- super.test_comment_generic_method_type_list();
- }
}
class TestScanner extends analyzer.Scanner {
« no previous file with comments | « pkg/front_end/lib/src/scanner/reader.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698