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

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

Issue 2682753003: Update fasta scanner tests to refer to #28665. (Closed)
Patch Set: Created 3 years, 10 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 | 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_fasta_test.dart
diff --git a/pkg/front_end/test/scanner_fasta_test.dart b/pkg/front_end/test/scanner_fasta_test.dart
index 0839db218a3658bc72576e9fb2bd82a55c8c0900..4d9f955876a072a1ce878c831cd07b7c86c16fff 100644
--- a/pkg/front_end/test/scanner_fasta_test.dart
+++ b/pkg/front_end/test/scanner_fasta_test.dart
@@ -168,6 +168,7 @@ class ScannerTest_Fasta extends ScannerTestBase {
@failingTest
void test_index() {
// TODO(paulberry,ahe): "[]" should be parsed as a single token.
+ // See dartbug.com/28665.
super.test_index();
}
@@ -175,6 +176,7 @@ class ScannerTest_Fasta extends ScannerTestBase {
@failingTest
void test_index_eq() {
// TODO(paulberry,ahe): "[]=" should be parsed as a single token.
+ // See dartbug.com/28665.
super.test_index_eq();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698