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

Unified Diff: pkg/analyzer/test/generated/parser_fasta_test.dart

Issue 2753553002: Parse empty statements with Fasta. (Closed)
Patch Set: Created 3 years, 9 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/front_end/lib/src/fasta/analyzer/ast_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/parser_fasta_test.dart
diff --git a/pkg/analyzer/test/generated/parser_fasta_test.dart b/pkg/analyzer/test/generated/parser_fasta_test.dart
index a55a7d53094f4dcf1d8519b6b64bb0bc2c2d86a7..111c980f9bc6d317f9b28228ba2a6f0eadb99963 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -1100,12 +1100,6 @@ class StatementParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
- void test_parseBlock_nonEmpty() {
- super.test_parseBlock_nonEmpty();
- }
-
- @override
- @failingTest
void test_parseBreakStatement_label() {
super.test_parseBreakStatement_label();
}
@@ -1124,12 +1118,6 @@ class StatementParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
- void test_parseEmptyStatement() {
- super.test_parseEmptyStatement();
- }
-
- @override
- @failingTest
void test_parseForStatement_each_await() {
super.test_parseForStatement_each_await();
}
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698