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

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

Issue 2747803004: Parse assert 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/compiler/lib/src/parser/node_listener.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 1d56e0ea24ea22659a1bea7db578aad0bb9fd558..8023168562768aeb07a9cfd3330086b6a494ff8c 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -1082,24 +1082,6 @@ class StatementParserTest_Fasta extends FastaParserTestCase
with StatementParserTestMixin {
@override
@failingTest
- void test_parseAssertStatement() {
- super.test_parseAssertStatement();
- }
-
- @override
- @failingTest
- void test_parseAssertStatement_messageLowPrecedence() {
- super.test_parseAssertStatement_messageLowPrecedence();
- }
-
- @override
- @failingTest
- void test_parseAssertStatement_messageString() {
- super.test_parseAssertStatement_messageString();
- }
-
- @override
- @failingTest
void test_parseBreakStatement_label() {
super.test_parseBreakStatement_label();
}
« no previous file with comments | « no previous file | pkg/compiler/lib/src/parser/node_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698