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

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

Issue 2744463003: update fasta scanner to always generate INDEX or INDEX_EQ tokens (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
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 5b87dc3025cd0d1572f0c7b30483ce23265fb9af..f736d25127dd40ad759056985b817ebd8f0a5a49 100644
--- a/pkg/front_end/test/scanner_fasta_test.dart
+++ b/pkg/front_end/test/scanner_fasta_test.dart
@@ -157,22 +157,6 @@ class ScannerTest_Fasta extends ScannerTestBase {
@override
@failingTest
- void test_index() {
- // TODO(paulberry,ahe): "[]" should be parsed as a single token.
- // See dartbug.com/28665.
- super.test_index();
- }
-
- @override
- @failingTest
- void test_index_eq() {
- // TODO(paulberry,ahe): "[]=" should be parsed as a single token.
- // See dartbug.com/28665.
- super.test_index_eq();
- }
-
- @override
- @failingTest
void test_mismatched_closer() {
// TODO(paulberry,ahe): Fasta and analyzer recover this error differently.
// Figure out which recovery technique we want the front end to use.

Powered by Google App Engine
This is Rietveld 408576698